this repo has no description
1opam-version: "2.0"
2synopsis: "A pure OCaml library for working with the TopoJSON format"
3description:
4 "This library provides a pure OCaml library for working with TopoJSON."
5maintainer: ["patrick@sirref.org"]
6authors: ["Patrick Ferris" "Jay Dev Jha"]
7license: "MIT"
8homepage: "https://github.com/geocaml/ocaml-topojson"
9bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
10depends: [
11 "dune" {>= "3.0"}
12 "ocaml" {>= "4.08"}
13 "bos" {with-test}
14 "mdx" {>= "1.10.0" & with-test}
15 "alcotest" {with-test}
16 "ezjsonm" {with-test}
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://github.com/geocaml/ocaml-topojson.git"
34url {
35 src:
36 "https://github.com/geocaml/ocaml-topojson/releases/download/v0.1.0/topojson-0.1.0.tbz"
37 checksum: [
38 "sha256=81cd6632b6227d865833051f750756e823d6da64254592435cf7a283c62e99b7"
39 "sha512=a711e8a58565d5da686392fb73afeaf259540d615e472817d3b8374bf3e053ac6a407ee82f422be958f8d5ab166f326bfc1dfed6cb33f5e19a01bd1df7a8d7a1"
40 ]
41}
42x-commit-hash: "bf39148441732927734222f5c2a12f23cf16defe"