-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17269 from cyril-allignol/opam-publish-shapefile.…
…0.2.1 Package shapefile.0.2.1
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
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: [ | ||
"ocaml" | ||
"dune" {>= "1.0"} | ||
"bitstring" {>= "4.0.0"} | ||
"ppx_bitstring" {>= "4.0.0"} | ||
"menhir" {build} | ||
] | ||
url { | ||
src: "https://github.com/cyril-allignol/ocaml-shapefile/archive/v0.2.1.tar.gz" | ||
checksum: "md5=73b1c3a0d124e12d114a67164113953e" | ||
} |