opam-version: "2.0"
maintainer: "hugo.heuzard@gmail.com"
authors: [ "Hugo Heuzard" ]
license: "MIT"
homepage: "https://github.com/besport/ocaml-aliases"
build: [
  ["oasis" "setup"]
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
remove: [
  ["ocamlfind" "remove" "aliases"]
]
depends: [
  "ocaml"
  "oasis"
  "ocamlfind"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/besport/ocaml-aliases"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "In memory indexes"
description: """
Implemtation of some data structure for :

- temporal index : bitree

- geographic index : quadtree

- string autocomplete : ptree, radix"""
flags: light-uninstall
url {
  src: "https://github.com/besport/ocaml-aliases/archive/0.0.5.tar.gz"
  checksum: "md5=d844a5c9fe0a06abfcc600a0085f45f6"
}
