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"}
16 "dune" {>= "3.0.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- congruence closure
29- ...
30"""
31url {
32 src:
33 "https://github.com/let-def/grenier/releases/download/v0.15/grenier-0.15.tbz"
34 checksum: [
35 "sha256=dec7f84b9e93d5825f10c7dea84d5a74d7365ede45664ae63c26b5e8045c1c44"
36 "sha512=b8aa1569c2e24b89674d1b34de34cd1798896bb6a53aa5a1287f68cee880125e6b687f66ad73da9069a01cc3ece1f0684f48328b099d43529bff736b772c8fd8"
37 ]
38}
39x-commit-hash: "d598134cad00b0f1849164808c18f23625efb7ac"