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" {>= "3.2"}
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 "@install"
30 "@runtest" {with-test}
31 "@doc" {with-doc}
32 ]
33]
34dev-repo: "git+https://github.com/geocaml/ocaml-geojson.git"
35url {
36 src:
37 "https://github.com/geocaml/ocaml-geojson/releases/download/v0.2.0/geojson-0.2.0.tbz"
38 checksum: [
39 "sha256=3e44559e8eb8587a5cbcdcb508dd1464204b4e5f7a4c9819d4f91dd4f110cd9b"
40 "sha512=821d423219ccb27d446bdfa76404bbf4e03c4e68e78d66bff3a70bbc6dff9aebcf8c4844c89b2cc922b459767844c2195202790d0c9ca4eefb310e35ca315901"
41 ]
42}
43x-commit-hash: "393789ac2ab1d3f44fce31b7f61a9683677cad4a"