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