Skip to content

Commit

Permalink
Package shapefile.0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cyril-allignol committed Sep 24, 2020
1 parent b9edad0 commit 28b1cab
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/shapefile/shapefile.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
opam-version: "2.0"
synopsis: "A small library to read ESRI shapefiles"
maintainer: "Cyril Allignol <cyril@allignol.com>"
authors: ["Cyril Allignol <cyril@allignol.com>"]
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}
]

0 comments on commit 28b1cab

Please sign in to comment.