this repo has no description
1opam-version: "2.0" 2synopsis: 3 "[hashids](http://hashids.org/): generate short, unique, non-sequential ids from numbers, that you can also decode" 4maintainer: "Vincent Jacques <vincent@vincent-jacques.net>" 5authors: "Vincent Jacques <vincent@vincent-jacques.net>" 6license: "MIT" 7homepage: "https://jacquev6.github.io/hashids-ocaml/" 8doc: "https://jacquev6.github.io/hashids-ocaml/" 9bug-reports: "http://github.com/jacquev6/hashids-ocaml/issues/" 10depends: [ 11 "ocaml" {>= "4.02.3"} 12 "dune" 13 "General" {>= "0.6.0" & < "0.8.0"} 14] 15build: [ 16 ["dune" "build" "-p" name "-j" jobs] 17 ["dune" "runtest" "-p" name] {with-test} 18] 19dev-repo: "git+https://github.com/jacquev6/hashids-ocaml.git" 20url { 21 src: "https://github.com/jacquev6/hashids-ocaml/archive/1.0.1.tar.gz" 22 checksum: [ 23 "md5=e0c0f1d5d413b745f2a8af1a4b4fe929" 24 "sha512=17d68dacd21a47f04cfb0a6246d6a8211a46db5c85068d7a2d78508f657aa0980f2ebf189aa6c45ce4c11da09b7f98b9aadc21a253d5fe578db8a2bcf826c062" 25 ] 26}