M Change.txt => Change.txt +2 -10
@@ 1,13 1,5 @@
-v0.1 2023-05-05 'Couscous'
+v0.2
--------------------------
-* compute Geohash[1] character hash from wgs84[2] lat/lon
-* compute wgs84 lat/lon/delta_lat/delta_lon from geohash character hash
-* a RFC3875 CGI producing GPX[3]
-* have a DOAP[4] rdf self-description
-
-[1] https://en.wikipedia.org/wiki/Geohash
-[2] https://en.wikipedia.org/wiki/WGS84
-[3] http://www.topografix.com/gpx.asp
-[4] https://en.wikipedia.org/wiki/DOAP
+* CSP friendly
M dune-project => dune-project +1 -1
@@ 2,7 2,7 @@
; https://dune.readthedocs.io/en/latest/opam.html#generating-opam-files
(name geohash)
-(version 0.1)
+(version 0.2)
(subst disabled)
(implicit_transitive_deps true)
M geohash.opam => geohash.opam +1 -1
@@ 1,6 1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.1"
+version: "0.2"
synopsis: "#🌐 geohash converter 🐫 library"
description: """
Convert WGS84 lat/lon pairs to [Gustavo Niemeyer](http://niemeyer.net/)s
M geohash_bin.opam => geohash_bin.opam +1 -1
@@ 1,6 1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "0.1"
+version: "0.2"
synopsis:
"#🌐 geohash converter 🐫. Commandline and CGI. Zero-config, single-file"
description: """