this repo has no description

[new release] art (0.1.0)

CHANGES:

- First release of `art`

Changed files
+32
packages
art
art.0.1.0
+32
packages/art/art.0.1.0/opam
···
···
+
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"
+
"alcotest" {with-test}
+
]
+
x-commit-hash: "b5bb8afcd294122171c020fa31a36a0b1eafeb5d"
+
url {
+
src:
+
"https://github.com/dinosaure/art/releases/download/v0.1.0/art-v0.1.0.tbz"
+
checksum: [
+
"sha256=0f37b4a13c04737edcf4343f3c2c1186ebae4fba5311a6a0e7c7c8ee358459a9"
+
"sha512=131760ec65180cfc3679f12b351e00036654b600c2454770619f5f4d921608d94663ffc97b1504bbf04193c7cb86d2fd7ec05af8aa32b08ea2c1a801418019e7"
+
]
+
}