diff --git a/packages/shapefile/shapefile.0.2.1/opam b/packages/shapefile/shapefile.0.2.1/opam new file mode 100644 index 00000000000..ee9c2e2af42 --- /dev/null +++ b/packages/shapefile/shapefile.0.2.1/opam @@ -0,0 +1,15 @@ +opam-version: "2.0" +synopsis: "A small library to read ESRI shapefiles" +maintainer: "Cyril Allignol " +authors: ["Cyril Allignol "] +homepage: "https://github.com/cyril-allignol/ocaml-shapefile" +bug-reports: "https://github.com/cyril-allignol/ocaml-shapefile/issues" +dev-repo: "git+https://github.com/cyril-allignol/ocaml-shapefile.git" +build: ["dune" "build" "-p" name "-j" jobs] +depends: [ + "dune" {build} + "ocamlfind" + "bitstring" {>= "4.0.0"} + "ppx_bitstring" {>= "4.0.0"} + "menhir" {build} +]