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.04.1" & < "4.14"} 13 "jbuilder" {>= "1.0+beta12"} 14 "re" {>= "1.5.0"} 15] 16synopsis: "Trivial metaprogramming tool" 17description: """ 18Cinaps is a trivial Metaprogramming tool using the OCaml toplevel. It 19is based on the same idea as expectation tests. The user write some 20OCaml code inside special comments and cinaps make sure that what 21follows is what is printed by the OCaml code.""" 22url { 23 src: 24 "https://ocaml.janestreet.com/ocaml-core/v0.10/files/cinaps-v0.10.0.tar.gz" 25 checksum: [ 26 "sha256=4473917f1db31a77e55deebcd523d0d8af5a664d811676d853bd6436f4c5a380" 27 "md5=e8ce3106008c92f9689e0567da3965b8" 28 ] 29}