opam-version: "2.0"
maintainer:   "Romain Calascibetta <romain.calascibetta@gmail.com>"
authors:      "Romain Calascibetta <romain.calascibetta@gmail.com>"
homepage:     "https://github.com/dinosaure/art"
bug-reports:  "https://github.com/dinosaure/art/issues"
dev-repo:     "git+https://github.com/dinosaure/art.git"
doc:          "https://dinosaure.github.io/art/"
license:      "MIT"
synopsis:     "Adaptive Radix Tree"
description: """
Implementation of an Adaptive Radix Tree in OCaml. A fast hash-table
like structure plus the order."""

build: [ "dune" "build" "-p" name "-j" jobs ]
run-test: [ "dune" "runtest" "-p" name "-j" jobs ]

depends: [
  "ocaml"       {>= "4.07.0"}
  "dune"        {>= "2.7.0"}
  "base-bytes"
  "fmt"         {>= "0.8.7"}
  "alcotest"    {with-test}
]
x-commit-hash: "851da36bfc053f776fe2c3563d12c04dfb6a77bc"
url {
  src:
    "https://github.com/dinosaure/art/releases/download/v0.1.1/art-v0.1.1.tbz"
  checksum: [
    "sha256=3aa83eb744f50e7e141de93eec5f3788da6160df090958ad1a10cf3645bf5497"
    "sha512=e9d4c9ae09eac7e5f94e83d37c265cbc5fa41c069f15ddf7a277d1e3a64770515928936fd3cd4fc34026a18c8995a90d4fc48e73cbb4cd67e630e4a84061253b"
  ]
}
