-
Notifications
You must be signed in to change notification settings - Fork 1.1k
/
opam
32 lines (32 loc) · 1.07 KB
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
opam-version: "2.0"
maintainer: "Jane Street developers"
authors: ["Jane Street Group, LLC"]
homepage: "https://github.com/ocaml-ppx/cinaps"
bug-reports: "https://github.com/ocaml-ppx/cinaps/issues"
dev-repo: "git+https://github.com/ocaml-ppx/cinaps.git"
license: "MIT"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"ocaml" {>= "4.04"}
"dune" {>= "2.0.0"}
"re" {>= "1.8.0"}
"base-unix"
]
synopsis: "Trivial metaprogramming tool"
description: "
Cinaps is a trivial Metaprogramming tool using the OCaml toplevel. It
is based on the same idea as expectation tests. The user write some
OCaml code inside special comments and cinaps make sure that what
follows is what is printed by the OCaml code.
"
x-commit-hash: "86f2f05c4605572022cdb794c5542d220fb14be5"
url {
src:
"https://github.com/ocaml-ppx/cinaps/archive/v0.15.1.tar.gz"
checksum: [
"sha256=1be18e70f5d8a6b03566c3619b62836a26094fc7208fde46ab7b32ee64116170"
"sha512=ca53a9da8aa71ce7cddf7e24778e9c4d3f3e5784209da85a5a6b2d5af83cd8ad769fbe3009d2757ebf4a25ca39d76af00ebc693b1b01c3b53c8775ea479123a5"
]
}