this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "PPX extension for overriding modules"
4description: """
5PPX extensions [%%override], [%%import], [%%include] and [%%rewrite] to import
6and change module interfaces.
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/override"
12doc: "https://github.com/thierry-martinez/override"
13bug-reports: "https://github.com/thierry-martinez/override"
14depends: [
15 "ocaml" {>= "4.03.0" & < "4.12.0"}
16 "dune" {>= "1.11.0"}
17 "stdcompat" {>= "9"}
18 "metapp" {>= "0.2.0" & < "0.3.0"}
19 "metaquot" {>= "0.2.0" & < "0.3.0"}
20 "refl" {>= "0.2.0" & < "0.3.0"}
21]
22build: [
23 ["dune" "subst"] {dev}
24 [
25 "dune"
26 "build"
27 "-p"
28 name
29 "-j"
30 jobs
31 "@install"
32 "@runtest" {with-test}
33 "@doc" {with-doc}
34 ]
35]
36dev-repo: "git+https://github.com/thierry-martinez/override"
37url {
38 src: "https://github.com/thierry-martinez/override/archive/v0.3.0.tar.gz"
39 checksum: "sha512=ab70f9d58edb5cd3ba78ff25b37a8426d8cfa170a14220be9c0c2c8df071d7b9804e8e40acbc01ead66b5e094020b8adf0b9aeb99830bd285c5c8ddf3aa846b5"
40}