-
Notifications
You must be signed in to change notification settings - Fork 0
/
dune-project
131 lines (117 loc) · 1.92 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
(lang dune 3.0)
(name imandrakit)
(version 0.1)
(generate_opam_files true)
(source
(github imandra-ai/imandrakit))
(authors "Simon Cruanes")
(maintainers "Simon Cruanes")
(license MIT)
;(documentation https://url/to/documentation)
(package
(name imandrakit)
(synopsis "Core utils library for Imandra")
(depends
(ocaml
(>= 4.14))
dune
(containers
(>= 3.4))
(iter
(>= 1.0))
base64
uuidm
ptime
atomic
hmap
(moonpool
(>= 0.7))
(yojson
(>= 1.6))
(mtime
(>= 2.0))
ppx_deriving
ppx_deriving_yojson
(ppxlib
(>= 0.25.0))
(trace
(>= 0.7))
(qcheck-core
(and
(>= 0.18)
:with-test))
(trace-tef :with-test)
(ocaml-lsp-server :with-dev-setup)
(ocamlformat
(and
(= 0.24.1)
:with-dev-setup))
(hex
(and
:with-test
(>= 1.5)))
(odoc :with-doc))
(depopts camlzip)
(tags
(moonpool multicore thread logs logging)))
(package
(name imandrakit-log)
(synopsis "Logging utils for Imandra")
(depends
(ocaml
(>= 4.14))
(imandrakit
(= :version))
hmap
dune
(moonpool
(>= 0.7))
logs
thread-local-storage
(trace-tef :with-test)
(odoc :with-doc)))
(package
(name imandrakit-io)
(synopsis "IO utils for Imandra")
(depends
(ocaml
(>= 4.14))
(imandrakit
(= :version))
(imandrakit-log
(= :version))
(moonpool
(>= 0.6))
(trace-tef :with-test)
(odoc :with-doc)))
(package
(name imandrakit-thread)
(synopsis "Threading and concurrency for Imandra")
(depends
(ocaml
(>= 5.0))
(imandrakit
(= :version))
logs
hmap
dune
(moonpool
(>= 0.7))
thread-local-storage
(trace-tef :with-test)
(odoc :with-doc)))
(package
(name twine-utils)
(synopsis "toolkit program for twine")
(depends
imandrakit
imandrakit-log
yojson
hex
ppx_deriving
logs
trace
trace-tef
containers
ppx_subliner))
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/dune-files.html#dune-project