opam-version: "2.0"
maintainer: "Frederic Bour <frederic.bour@lakaban.net>"
authors: "Frederic Bour <frederic.bour@lakaban.net>"
homepage: "https://github.com/def-lkb/grenier"
bug-reports: "https://github.com/def-lkb/grenier"
license: "CC0-1.0+"
dev-repo: "git+https://github.com/def-lkb/grenier.git"
build: [
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "grenier"]
depends: [
  "ocaml" {>= "4.02" & < "4.10"}
  "ocamlfind" {build}
]
synopsis: "Collection of algorithms (HyperLogLog, order maintenance, ...)"
description: """
Included:
- baltree : Generic balanced-tree
- trope : Track objects accross rope-like operations
- orderme : Order-maintenance problem
- doubledouble : Floating points with around 107-bits precision
- hll : HyperLogLog
- jmphash : Jump consistent hashing
- physh : Physical hashtable"""
flags: light-uninstall
url {
  src: "https://github.com/def-lkb/grenier/archive/v0.1.tar.gz"
  checksum: "md5=db6fd95a65b52e4320062c50cc069fb3"
}
