this repo has no description
1opam-version: "2.0" 2build: [ 3 ["dune" "subst"] {dev} 4 ["dune" "build" "-p" name "-j" jobs] 5 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 6 ["dune" "build" "-p" name "@doc"] {with-doc} 7] 8maintainer: ["Thierry Martinez <thierry.martinez@inria.fr>"] 9authors: ["Thierry Martinez <thierry.martinez@inria.fr>"] 10bug-reports: "https://gitlab.inria.fr/tmartine/override" 11homepage: "https://gitlab.inria.fr/tmartine/override" 12doc: "https://gitlab.inria.fr/tmartine/override" 13license: "BSD-3-Clause" 14dev-repo: "git+https://gitlab.inria.fr/tmartine/override" 15synopsis: "PPX extension for overriding modules" 16description: """ 17PPX extensions [%%override], [%%import], [%%include] and [%%rewrite] to import 18and change module interfaces. 19""" 20depends: [ 21 "dune" {>= "1.10.0"} 22 "ppxlib" {>= "0.6.0" & < "0.9.0"} 23 "stdcompat" {>= "9"} 24 "ppx_show" {>= "0.1.0"} 25 "ppx_compare" {>= "v0.12.0"} 26 "cppo" {>= "1.6.4"} 27 "ocaml" {< "4.09.0"} 28] 29url { 30 src: "https://gitlab.inria.fr/tmartine/override/-/archive/0.2.0/override-0.2.0.tar.gz" 31 checksum: "sha512=cb76a85b5c144e9afd0187e7a1ed0afbe12c5365a1b72ef1476cc007129f19851b2a9d6e07185a798d99a1c9cd12aa7ec3d279f664cf9cebec5641e7986070dc" 32}