this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #24282 from patricoferris/release-geojson-v0.1.1

[new release] geojsone and geojson (0.1.1)

authored by

Kate and committed by
GitHub
da5da893 24960891

+92
+45
packages/geojson/geojson.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pure OCaml library for GeoJSON" 3 + description: 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." 5 + maintainer: ["patrick@sirref.org"] 6 + authors: ["Patrick Ferris"] 7 + license: "MIT" 8 + tags: ["geojson" "geospatial" "geocaml"] 9 + homepage: "https://github.com/geocaml/ocaml-geojson" 10 + bug-reports: "https://github.com/geocaml/ocaml-geojson/issues" 11 + depends: [ 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 + ] 20 + build: [ 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 + ] 36 + dev-repo: "git+https://github.com/geocaml/ocaml-geojson.git" 37 + url { 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 + } 45 + x-commit-hash: "3ad8bc169fee68fad5b387f5099f38f8d2f85160"
+47
packages/geojsone/geojsone.0.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Streaming GeoJSON library" 3 + description: 4 + "A library for manipulating GeoJSON using a streaming parser. This is useful because GeoJSON can be gigabytes in size." 5 + maintainer: ["patrick@sirref.org"] 6 + authors: ["Patrick Ferris"] 7 + license: "MIT" 8 + tags: ["geojson" "geospatial" "geocaml"] 9 + homepage: "https://github.com/geocaml/ocaml-geojson" 10 + bug-reports: "https://github.com/geocaml/ocaml-geojson/issues" 11 + depends: [ 12 + "dune" {>= "2.9"} 13 + "geojson" {= version} 14 + "mdx" {with-test} 15 + "ezjsonm" {with-test} 16 + "eio_main" {>= "0.10" & with-test} 17 + "eio" {>= "0.10"} 18 + "hex" 19 + "sexplib0" 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/geocaml/ocaml-geojson.git" 39 + url { 40 + src: 41 + "https://github.com/geocaml/ocaml-geojson/releases/download/v0.1.1/geojson-0.1.1.tbz" 42 + checksum: [ 43 + "sha256=4cf82e088c8eba8ef4c02213a8c6ecefa37dec02239fb7ce002a717ec881bc78" 44 + "sha512=a40d7d8174c3c55f3d510dccc64a06c4a7e92750206d7f14b466a9aaa480af432b95fe45e95674a41cfaa9a422902337c62a0208744240dcbc681c56e8026a88" 45 + ] 46 + } 47 + x-commit-hash: "3ad8bc169fee68fad5b387f5099f38f8d2f85160"