this repo has no description
1opam-version: "2.0"
2synopsis: "A small library to read ESRI shapefiles"
3maintainer: "Cyril Allignol <cyril@allignol.com>"
4authors: ["Cyril Allignol <cyril@allignol.com>"]
5homepage: "https://github.com/cyril-allignol/ocaml-shapefile"
6bug-reports: "https://github.com/cyril-allignol/ocaml-shapefile/issues"
7dev-repo: "git+https://github.com/cyril-allignol/ocaml-shapefile.git"
8build: ["dune" "build" "-p" name "-j" jobs]
9depends: [
10 "ocaml"
11 "dune" {>= "1.0"}
12 "bitstring" {>= "4.0.0"}
13 "ppx_bitstring" {>= "4.0.0"}
14 "menhir" {build & < "20211215"}
15]
16url {
17 src:
18 "https://github.com/cyril-allignol/ocaml-shapefile/archive/v0.2.1.tar.gz"
19 checksum: [
20 "sha256=5d6cba1cb490d023b51d53918443d3aabbc94f023d0d6f5d8991c480ffe79718"
21 "md5=73b1c3a0d124e12d114a67164113953e"
22 ]
23}