~mro/geohash

b2568b07fa4a14d7e1984b97aa88c6974ee58436 — Marcus Rohrmoser 1 year, 5 months ago 6c9381e
thanks @mseri, this is the fix as suggested in https://github.com/ocaml/opam-repository/pull/23762#discussion_r1214005372
4 files changed, 6 insertions(+), 5 deletions(-)

M dune-project
M geohash.opam
M geohash_bin.opam
M test/dune
M dune-project => dune-project +3 -2
@@ 25,7 25,6 @@
 (tags (Social Web Geohash CGI RFC3875))
 (depends
   (optint (>= 0.3))
   (tyre (>= 0.5))
  (ocaml (>= 4.05))
))



@@ 36,4 35,6 @@
[Geohash](http://en.wikipedia.org/wiki/Geohash) and back. Web and commandline, 🐪,
statically linked, single-file, zero-config.")
 (tags (Social Web Geohash CGI RFC3875))
 (depends crunch))
 (depends
   (tyre (>= 0.5))
   crunch))

M geohash.opam => geohash.opam +0 -1
@@ 14,7 14,6 @@ bug-reports: "https://codeberg.org/mro/geohash/issues"
depends: [
  "dune" {>= "3.0"}
  "optint" {>= "0.3"}
  "tyre" {>= "0.5"}
  "ocaml" {>= "4.05"}
  "odoc" {with-doc}
]

M geohash_bin.opam => geohash_bin.opam +1 -0
@@ 15,6 15,7 @@ homepage: "https://demo.mro.name/geohash.cgi"
bug-reports: "https://codeberg.org/mro/geohash/issues"
depends: [
  "dune" {>= "3.0"}
  "tyre" {>= "0.5"}
  "crunch"
  "odoc" {with-doc}
]

M test/dune => test/dune +2 -2
@@ 1,5 1,5 @@
; http://cumulus.github.io/Syndic/syndic/Syndic__/Syndic_atom/

(tests
 (package geohash_bin)
 (names geohash_test cgi_test route_test)
 (libraries geohash lib))
 (libraries geohash geohash_bin.lib))