-
Notifications
You must be signed in to change notification settings - Fork 2
/
dune-project
51 lines (40 loc) · 1.2 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
(lang dune 3.9)
(name kxclib)
(version 0.9.1)
(using directory-targets 0.1)
(using melange 0.1)
(license MIT)
(maintainers "Haochen M. Kotoi-Xie <[email protected]>" "KXC Members <[email protected]>")
(authors "Haochen M. Kotoi-Xie" "KXC Members and Contributors")
(source
(github kxcinc/kxclib-ocaml))
(bug_reports "https://github.com/kxcinc/kxclib-ocaml/issues")
(generate_opam_files true)
(package
(name kxclib)
(synopsis "KXC maintained common utilities")
(description "Common OCaml utilities maintained by Kotoi-Xie Consultancy, Inc.")
(depends
(ppx_optcomp :build)
(ppx_deriving :build)
(alcotest :with-test)
(qtest :with-test)
(ocaml (>= 4.13.0))))
(package
(name kxclib-jsoo)
(synopsis "Js_of_ocaml version of kxclib")
(description "Js_of_ocaml version of kxclib - Common OCaml utilities maintained by Kotoi-Xie Consultancy, Inc.")
(depends
(kxclib (= :version))
prr
js_of_ocaml
js_of_ocaml-ppx
(ocaml (>= 4.13.0))))
(package
(name kxclib-melange)
(synopsis "Melange version of kxclib")
(description "Melange version of kxclib - Common OCaml utilities maintained by Kotoi-Xie Consultancy, Inc.")
(depends
(kxclib (= :version))
(melange (and (>= 2.0.0) (< 3.0.0)))
(ocaml (>= 5.1.0))))