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.1/geojson-0.1.1.tbz"
40 checksum: [
41 "sha256=4cf82e088c8eba8ef4c02213a8c6ecefa37dec02239fb7ce002a717ec881bc78"
42 "sha512=a40d7d8174c3c55f3d510dccc64a06c4a7e92750206d7f14b466a9aaa480af432b95fe45e95674a41cfaa9a422902337c62a0208744240dcbc681c56e8026a88"
43 ]
44}
45x-commit-hash: "3ad8bc169fee68fad5b387f5099f38f8d2f85160"