this repo has no description
1opam-version: "2.0" 2synopsis: "PPX deriver for reflection" 3description: """ 4PPX deriver for reflection 5""" 6maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"] 7authors: ["Thierry Martinez <thierry.martinez@inria.fr>"] 8license: "BSD-2-Clause" 9homepage: "https://github.com/thierry-martinez/refl" 10doc: "https://github.com/thierry-martinez/refl" 11bug-reports: "https://github.com/thierry-martinez/refl" 12depends: [ 13 "ocaml" {>= "4.03.0" & < "4.12.0"} 14 "dune" {>= "1.11.0"} 15 "stdcompat" {>= "14"} 16 "fix" {>= "20200131"} 17 "metapp" {>= "0.2.0" & < "0.3.0"} 18 "metaquot" {>= "0.2.0" & < "0.3.0"} 19 "traverse" {>= "0.2.0" & < "0.3.0"} 20] 21build: [ 22 ["dune" "subst"] {dev} 23 [ 24 "dune" 25 "build" 26 "-p" 27 name 28 "-j" 29 jobs 30 "@install" 31 "@runtest" {with-test} 32 "@doc" {with-doc} 33 ] 34] 35dev-repo: "git+https://github.com/thierry-martinez/refl" 36url { 37 src: "https://github.com/thierry-martinez/refl/archive/v0.1.0.tar.gz" 38 checksum: "sha512=e6e4f4f58c85aeb20db3adbcfcd66fcd1bba71b6a4cf032b85ae79505625bb2fc0c3fe536a9116f4c124a70563a0243bd2e13d0e6472e64d5c5370f67dfd0961" 39}