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.13/grenier-0.13.tbz"
33 checksum: [
34 "sha256=04831d5c2ea783d4e32b356a8495e5481ce8919aa70f5eecee29baebbf6fa483"
35 "sha512=1199122ab70701ecd33bf9c6339a743d163a1ba3ef5d0db189cab6c6712386739031b66002bf48d4740112430a93780f82dc37f56688ee33f99da928186b8205"
36 ]
37}
38x-commit-hash: "0114d4ef92e534a61cbecbcc5aa72988ba29c345"