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.1/override-0.2.1.tar.gz" 31 checksum: "sha512=e58f747981eaeed94c920af81f210835f9ad6d5ca70f540040662af096436d703ffdf1532d51242beaecc3ea54a2de7193b4d274e06d70d3b2d2f48c474f727b" 32}