this repo has no description

Package urn.20231123

Changed files
+38
packages
urn
urn.20231123
+38
packages/urn/urn.20231123/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Urn data structure for fast pure functional random sampling"
+
description:
+
"An implementation of the urn data structure described in https://dl.acm.org/doi/pdf/10.1145/3122955.3122959."
+
maintainer: ["jpfrank@umd.edu"]
+
authors: ["Justin Frank"]
+
license: "MIT"
+
homepage: "https://github.com/laelath/ocaml-urn"
+
bug-reports: "https://github.com/laelath/ocaml-urn/issues"
+
depends: [
+
"ocaml" {>= "4.12"}
+
"dune" {>= "3.11"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/laelath/ocaml-urn.git"
+
url {
+
src:
+
"https://github.com/laelath/ocaml-urn/archive/refs/tags/20231123.tar.gz"
+
checksum: [
+
"md5=0c1b3324815d3f3472fe81a431950ef7"
+
"sha512=0d485b3e74b4664083dfe6d9346dce582691d8014dd9628b381074d190b80c7fee47e873ae9e4ed6730bb686df9e8b17794fd61052ee0d8958e275fbd657baff"
+
]
+
}