this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Meta-preprocessor for OCaml"
4description: """
5Meta-preprocessor for OCaml: extends the language with [%meta ... ]
6construction where ... stands for OCaml code evaluated at
7compile-time.
8"""
9maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"]
10authors: ["Thierry Martinez <thierry.martinez@inria.fr>"]
11license: "BSD-2-Clause"
12homepage: "https://github.com/thierry-martinez/metapp"
13doc: "https://github.com/thierry-martinez/metapp"
14bug-reports: "https://github.com/thierry-martinez/metapp"
15depends: [
16 "dune" {>= "2.7"}
17 "ocaml" {>= "4.08.0"}
18 "stdcompat" {>= "12"}
19 "ppxlib" {>= "0.22.0" & < "0.36.0"}
20 "ocamlfind" {>= "1.8.1"}
21 "odoc" {with-doc & >= "1.5.1"}
22]
23build: [
24 ["dune" "subst"] {dev}
25 [
26 "dune"
27 "build"
28 "-p"
29 name
30 "-j"
31 jobs
32 "@install"
33 "@runtest" {with-test}
34 "@doc" {with-doc}
35 ]
36]
37dev-repo: "git+https://github.com/thierry-martinez/metapp.git"
38url {
39 src:
40 "https://github.com/thierry-martinez/metapp/releases/download/v0.4.4/metapp.0.4.4.tar.gz"
41 checksum: [
42 "sha512=817b33d9006a6849845e29a2b12ad7b7d13e34e38216bd2724df45e8f24356f9d281e2731ecc37a8ab2b5faef844252a04f976adf61d024b7653235e38dfdc46"
43 ]
44}