this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/cinaps" 5bug-reports: "https://github.com/janestreet/cinaps/issues" 6dev-repo: "git+https://github.com/janestreet/cinaps.git" 7license: "Apache-2.0" 8build: [ 9 ["jbuilder" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.03.0" & < "4.10.0" } 13 "jbuilder" {>= "1.0+beta7"} 14] 15synopsis: "Trivial metaprogramming tool" 16description: """ 17Cinaps is a trivial Metaprogramming tool using the OCaml toplevel. It 18is based on the same idea as expectation tests. The user write some 19OCaml code inside special comments and cinaps make sure that what 20follows is what is printed by the OCaml code.""" 21url { 22 src: "https://github.com/janestreet/cinaps/archive/v0.9.1.tar.gz" 23 checksum: [ 24 "sha256=554345da9ce5e6c72571a6e643161aa6afff8967eef21604c372d5af98715928" 25 "md5=747184e6ccbafae3ee9b5e88fc11d1d7" 26 ] 27}