~mro/geohash

545c908a912e12778333b813c9dbeb257e14a012 — Marcus Rohrmoser 1 year, 5 months ago b2568b0
minimum compiler version also for the executable, not just the lib. https://github.com/ocaml/opam-repository/pull/23762#pullrequestreview-1492578187
2 files changed, 4 insertions(+), 1 deletions(-)

M dune-project
M geohash_bin.opam
M dune-project => dune-project +3 -1
@@ 37,4 37,6 @@ statically linked, single-file, zero-config.")
 (tags (Social Web Geohash CGI RFC3875))
 (depends
   (tyre (>= 0.5))
   crunch))
   crunch
   (ocaml (>= 4.05))
 ))

M geohash_bin.opam => geohash_bin.opam +1 -0
@@ 17,6 17,7 @@ depends: [
  "dune" {>= "3.0"}
  "tyre" {>= "0.5"}
  "crunch"
  "ocaml" {>= "4.05"}
  "odoc" {with-doc}
]
build: [