this repo has no description

Merge pull request #23462 from patricoferris/release-topojson-v0.1.0

[new release] topojsone and topojson (0.1.0)

Kate 30146f66 21c423cb

Changed files
+86
packages
topojson
topojson.0.1.0
topojsone
topojsone.0.1.0
+42
packages/topojson/topojson.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "A pure OCaml library for working with the TopoJSON format"
+
description:
+
"This library provides a pure OCaml library for working with TopoJSON."
+
maintainer: ["patrick@sirref.org"]
+
authors: ["Patrick Ferris" "Jay Dev Jha"]
+
license: "MIT"
+
homepage: "https://github.com/geocaml/ocaml-topojson"
+
bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"ocaml" {>= "4.08"}
+
"bos" {with-test}
+
"mdx" {>= "1.10.0" & with-test}
+
"alcotest" {with-test}
+
"ezjsonm" {with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/geocaml/ocaml-topojson.git"
+
url {
+
src:
+
"https://github.com/geocaml/ocaml-topojson/releases/download/v0.1.0/topojson-0.1.0.tbz"
+
checksum: [
+
"sha256=81cd6632b6227d865833051f750756e823d6da64254592435cf7a283c62e99b7"
+
"sha512=a711e8a58565d5da686392fb73afeaf259540d615e472817d3b8374bf3e053ac6a407ee82f422be958f8d5ab166f326bfc1dfed6cb33f5e19a01bd1df7a8d7a1"
+
]
+
}
+
x-commit-hash: "bf39148441732927734222f5c2a12f23cf16defe"
+44
packages/topojsone/topojsone.0.1.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Streaming TopoJSON library"
+
description:
+
"A library for working with TopoJSON without loading all of the data into memory at once."
+
maintainer: ["patrick@sirref.org"]
+
authors: ["Patrick Ferris" "Jay Dev Jha"]
+
license: "MIT"
+
homepage: "https://github.com/geocaml/ocaml-topojson"
+
bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
+
depends: [
+
"dune" {>= "3.0"}
+
"topojson" {= version}
+
"geojsone"
+
"bos" {with-test}
+
"mdx" {>= "1.10.0" & with-test}
+
"alcotest" {with-test}
+
"ezjsonm" {with-test}
+
"eio_main" {>= "0.7" & with-test}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/geocaml/ocaml-topojson.git"
+
url {
+
src:
+
"https://github.com/geocaml/ocaml-topojson/releases/download/v0.1.0/topojson-0.1.0.tbz"
+
checksum: [
+
"sha256=81cd6632b6227d865833051f750756e823d6da64254592435cf7a283c62e99b7"
+
"sha512=a711e8a58565d5da686392fb73afeaf259540d615e472817d3b8374bf3e053ac6a407ee82f422be958f8d5ab166f326bfc1dfed6cb33f5e19a01bd1df7a8d7a1"
+
]
+
}
+
x-commit-hash: "bf39148441732927734222f5c2a12f23cf16defe"