Skip to content

Commit 30146f6

Browse files
authored
Merge pull request ocaml#23462 from patricoferris/release-topojson-v0.1.0
[new release] topojsone and topojson (0.1.0)
2 parents 21c423c + 272940f commit 30146f6

File tree

2 files changed

+86
-0
lines changed
  • packages
    • topojsone/topojsone.0.1.0
    • topojson/topojson.0.1.0

2 files changed

+86
-0
lines changed

packages/topojson/topojson.0.1.0/opam

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
opam-version: "2.0"
2+
synopsis: "A pure OCaml library for working with the TopoJSON format"
3+
description:
4+
"This library provides a pure OCaml library for working with TopoJSON."
5+
maintainer: ["[email protected]"]
6+
authors: ["Patrick Ferris" "Jay Dev Jha"]
7+
license: "MIT"
8+
homepage: "https://github.com/geocaml/ocaml-topojson"
9+
bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
10+
depends: [
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+
]
19+
build: [
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+
]
33+
dev-repo: "git+https://github.com/geocaml/ocaml-topojson.git"
34+
url {
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+
}
42+
x-commit-hash: "bf39148441732927734222f5c2a12f23cf16defe"
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
opam-version: "2.0"
2+
synopsis: "Streaming TopoJSON library"
3+
description:
4+
"A library for working with TopoJSON without loading all of the data into memory at once."
5+
maintainer: ["[email protected]"]
6+
authors: ["Patrick Ferris" "Jay Dev Jha"]
7+
license: "MIT"
8+
homepage: "https://github.com/geocaml/ocaml-topojson"
9+
bug-reports: "https://github.com/geocaml/ocaml-topojson/issues"
10+
depends: [
11+
"dune" {>= "3.0"}
12+
"topojson" {= version}
13+
"geojsone"
14+
"bos" {with-test}
15+
"mdx" {>= "1.10.0" & with-test}
16+
"alcotest" {with-test}
17+
"ezjsonm" {with-test}
18+
"eio_main" {>= "0.7" & with-test}
19+
"odoc" {with-doc}
20+
]
21+
build: [
22+
["dune" "subst"] {dev}
23+
[
24+
"dune"
25+
"build"
26+
"-p"
27+
name
28+
"-j"
29+
jobs
30+
"@install"
31+
"@runtest" {with-test}
32+
"@doc" {with-doc}
33+
]
34+
]
35+
dev-repo: "git+https://github.com/geocaml/ocaml-topojson.git"
36+
url {
37+
src:
38+
"https://github.com/geocaml/ocaml-topojson/releases/download/v0.1.0/topojson-0.1.0.tbz"
39+
checksum: [
40+
"sha256=81cd6632b6227d865833051f750756e823d6da64254592435cf7a283c62e99b7"
41+
"sha512=a711e8a58565d5da686392fb73afeaf259540d615e472817d3b8374bf3e053ac6a407ee82f422be958f8d5ab166f326bfc1dfed6cb33f5e19a01bd1df7a8d7a1"
42+
]
43+
}
44+
x-commit-hash: "bf39148441732927734222f5c2a12f23cf16defe"

0 commit comments

Comments
 (0)