this repo has no description
1opam-version: "2.0"
2synopsis: "Meta-preprocessor for OCaml"
3description: """
4Meta-preprocessor for OCaml: extends the language with [%meta ... ]
5construction where ... stands for OCaml code evaluated at
6compile-time.
7"""
8maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
9authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
10license: "BSD-2-Clause"
11homepage: "https://github.com/thierry-martinez/metapp"
12doc: "https://github.com/thierry-martinez/metapp"
13bug-reports: "https://github.com/thierry-martinez/metapp"
14build: [
15 ["dune" "subst"] {dev}
16 [
17 "dune"
18 "build"
19 "-p"
20 name
21 "-j"
22 jobs
23 "@install"
24 "@runtest" {with-test}
25 "@doc" {with-doc}
26 ]
27]
28depends: [
29 "ocaml" {>= "4.03.0" & < "4.11.0"}
30 "stdcompat" {>= "12" & < "19"}
31 "ocaml-migrate-parsetree" {>= "1.5.0" & < "2.0.0"}
32 "ocamlfind" {>= "1.8.1"}
33 "dune" {>= "1.11.0"}
34]
35dev-repo: "git+https://github.com/thierry-martinez/metapp.git"
36url {
37 src: "https://github.com/thierry-martinez/metapp/archive/0.1.0.tar.gz"
38 checksum: "sha512=9d383a8751fbe6514ba1cee4efde0172f86268eb65758936d29e6b86f96df01d9eeaca4ed44bf8d318bf56c62a98650e2e64fbbdc359d6c120d5311dda97377a"
39}