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" 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 "ocaml" {< "4.10"} 22 "dune" {>= "1.10.0"} 23 "ppxlib" {>= "0.9.0"} 24 "stdcompat" {>= "9"} 25 "ppx_deriving" {>= "4.4"} 26 "cppo" {>= "1.6.4"} 27] 28url { 29 src: "https://gitlab.inria.fr/tmartine/override/-/archive/0.2.2/override-0.2.2.tar.gz" 30 checksum: "sha512=2a22d74285570ad9f2a73327f52d4bef4aeb523f1b385f229775cc2a3bce4c389f2939da320c917707713ffc852cbcb3a1b515f9d7203da5751018589766ce01" 31}