this repo has no description
1opam-version: "2.0"
2synopsis: "Pure OCaml library for GeoJSON"
3description:
4 "GeoJSON is a 'schema' for JSON to describe geospatial information. This library provides a JSON-parser-agnostic library for manipulating and parsing GeoJSON into OCaml."
5maintainer: ["patrick@sirref.org"]
6authors: ["Patrick Ferris"]
7license: "MIT"
8tags: ["geojson" "geospatial" "geocaml"]
9homepage: "https://github.com/geocaml/ocaml-geojson"
10bug-reports: "https://github.com/geocaml/ocaml-geojson/issues"
11depends: [
12 "dune" {>= "2.9"}
13 "ocaml" {>= "4.08.0"}
14 "bos" {with-test}
15 "mdx" {with-test}
16 "alcotest" {with-test}
17 "ezjsonm" {with-test}
18 "odoc" {with-doc}
19]
20build: [
21 ["dune" "subst"] {dev}
22 [
23 "dune"
24 "build"
25 "-p"
26 name
27 "-j"
28 jobs
29 "--promote-install-files=false"
30 "@install"
31 "@runtest" {with-test}
32 "@doc" {with-doc}
33 ]
34 ["dune" "install" "-p" name "--create-install-files" name]
35]
36dev-repo: "git+https://github.com/geocaml/ocaml-geojson.git"
37url {
38 src:
39 "https://github.com/geocaml/ocaml-geojson/releases/download/v0.1.0/geojson-0.1.0.tbz"
40 checksum: [
41 "sha256=5f3f909bcc028004694842f7397d5bc1f19fce4684619a9ccd2ebd2252d18feb"
42 "sha512=e3a6ef42983f336cf929bcd651216513e5e5ac1936fae6b320ecc39cd8398310e9e8170a26a765feb13fa4730792fc5eee14c672f373eeec7509fed0a67db11a"
43 ]
44}
45x-commit-hash: "d45db9166a050da2e61ff3f04856c4788c13edc8"