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