12345678910111213141516171819202122232425262728293031323334 |
- # This file is generated by dune, edit dune-project instead
- opam-version: "2.0"
- version: "0.1"
- synopsis: "#🌐 geohash converter 🐫 library"
- description: """
- Convert WGS84 lat/lon pairs to [Gustavo Niemeyer](http://niemeyer.net/)s
- [Geohash](http://en.wikipedia.org/wiki/Geohash) and back."""
- maintainer: ["Marcus Rohrmoser <work@mro.name>"]
- authors: ["The GeoHash# programmers"]
- license: "GPL-3.0-only"
- tags: ["Social" "Web" "Geohash" "CGI" "RFC3875"]
- homepage: "https://demo.mro.name/geohash.cgi"
- bug-reports: "https://codeberg.org/mro/geohash/issues"
- depends: [
- "dune" {>= "3.0"}
- "optint" {>= "0.3"}
- "ocaml" {>= "4.08"}
- "odoc" {with-doc}
- ]
- build: [
- [
- "dune"
- "build"
- "-p"
- name
- "-j"
- jobs
- "@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
- ]
- ]
- dev-repo: "git+ssh://codeberg.org/mro/geohash.git"
|