File tree 1 file changed +39
-0
lines changed
packages/urn/urn.20231124
1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "Urn data structure for fast pure functional random sampling"
4
+ description:
5
+ "An implementation of the urn data structure described in https://dl.acm.org/doi/pdf/10.1145/3122955.3122959."
6
+
7
+ authors: ["Justin Frank"]
8
+ license: "MIT"
9
+ homepage: "https://github.com/laelath/ocaml-urn"
10
+ doc: "https://laelath.github.io/ocaml-urn/urn/Urn/index.html"
11
+ bug-reports: "https://github.com/laelath/ocaml-urn/issues"
12
+ depends: [
13
+ "ocaml" {>= "4.12"}
14
+ "dune" {>= "3.11"}
15
+ "odoc" {with-doc}
16
+ ]
17
+ build: [
18
+ ["dune" "subst"] {dev}
19
+ [
20
+ "dune"
21
+ "build"
22
+ "-p"
23
+ name
24
+ "-j"
25
+ jobs
26
+ "@install"
27
+ "@runtest" {with-test}
28
+ "@doc" {with-doc}
29
+ ]
30
+ ]
31
+ dev-repo: "git+https://github.com/laelath/ocaml-urn.git"
32
+ url {
33
+ src:
34
+ "https://github.com/laelath/ocaml-urn/archive/refs/tags/20231124.tar.gz"
35
+ checksum: [
36
+ "md5=51102864138dbf2859a15c680a18e566"
37
+ "sha512=64d80d5a772d930c20bf6e2eae4127c858e59cb192dba36b9022a64746bda594631f7c631a2fcdd53c077ed930f92990791783d4d60128a5ccf2be110444fa83"
38
+ ]
39
+ }
You can’t perform that action at this time.
0 commit comments