-
Notifications
You must be signed in to change notification settings - Fork 0
/
imandrakit.opam
50 lines (50 loc) · 1.11 KB
/
imandrakit.opam
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1"
synopsis: "Core utils library for Imandra"
maintainer: ["Simon Cruanes"]
authors: ["Simon Cruanes"]
license: "MIT"
tags: ["moonpool" "multicore" "thread" "logs" "logging"]
homepage: "https://github.com/imandra-ai/imandrakit"
bug-reports: "https://github.com/imandra-ai/imandrakit/issues"
depends: [
"ocaml" {>= "4.14"}
"dune" {>= "3.0"}
"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" {>= "0.18" & with-test}
"trace-tef" {with-test}
"ocaml-lsp-server" {with-dev-setup}
"ocamlformat" {= "0.24.1" & with-dev-setup}
"hex" {with-test & >= "1.5"}
"odoc" {with-doc}
]
depopts: ["camlzip"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/imandra-ai/imandrakit.git"