this repo has no description
1opam-version: "2.0" 2maintainer: "Frederic Bour <frederic.bour@lakaban.net>" 3authors: "Frederic Bour <frederic.bour@lakaban.net>" 4homepage: "https://github.com/let-def/grenier" 5bug-reports: "https://github.com/let-def/grenier" 6license: "ISC" 7dev-repo: "git+https://github.com/let-def/grenier.git" 8doc: "https://let-def.github.io/grenier/doc" 9build: [ 10 ["dune" "subst"] {dev} 11 ["dune" "build" "-p" name "-j" jobs] 12 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 13] 14depends: [ 15 "ocaml" {>= "4.08" & < "5.1"} 16 "dune" {>= "1.2.0"} 17] 18synopsis: "A collection of various algorithms in OCaml" 19description: """ 20This library implements various datastructures and algorithms: 21- automata minimization and transformation to regular expression 22- balanced trees 23- binpacking 24- cardinality estimation (hyperloglog) 25- immutable sequences 26- jump consistent hashing 27- solutions to the order maintenance problem 28- ... 29""" 30url { 31 src: 32 "https://github.com/let-def/grenier/releases/download/v0.14/grenier-0.14.tbz" 33 checksum: [ 34 "sha256=e5362e6ad0e888526517415e78b9e8243bb0cc1b0c952201884148832ac4442f" 35 "sha512=4e2f16b52b3c2786a1b8e93156184fd69d448cea571ca839b6cb88ab73f380994d1561fe24c1523c43ed8fc42d2ac01b673a13b6151fff4af4f009923d3aaf37" 36 ] 37} 38x-commit-hash: "60dfaff175bd61c60af009d66e3d6ba8ee37398c"