-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdune-project
40 lines (30 loc) · 909 Bytes
/
dune-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
(lang dune 3.14)
(name bitgenerators)
(version v0.1.0)
(generate_opam_files true)
(source
(github zoj613/bitgenerators))
(authors "Zolisa Bleki")
(maintainers "Zolisa Bleki")
(license BSD-3-Clause)
(documentation https://zoj613.github.io/bitgenerators/bitgenerators/Bitgen/index.html)
(package
(name bitgenerators)
(synopsis "PRNG bitgenerators for OCaml users")
(description "A purely functional port of numpy's random bitgenerator interface for OCaml users")
(depends
(ocaml (>= 4.14.0))
dune
stdint
(odoc :with-doc)
(bisect_ppx
(and :dev (>= 2.5.0) :with-test))
(ounit2 :with-test)
(csv :with-test)
(core_bench
(and :dev (>= 0.16.0)))
(testu01 :dev))
(tags
("scientific computing" "psuedo-random numbers"))
(conflicts "ocaml-option-bytecode-only"))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project