-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetml.opam
34 lines (32 loc) · 988 Bytes
/
setml.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
opam-version: "2.0"
name: "setml"
version: "0.1.0"
maintainer: "Andrew Tongen <[email protected]>"
authors: "Andrew Tongen <[email protected]>"
homepage: "https://github.com/atongen/setml"
bug-reports: "https://github.com/atongen/setml"
license: "MIT"
dev-repo: "git://github.com/atongen/setml"
build: [
["dune" "build" "-p" name "-j" jobs]
]
depends: [
"dune" {build & >= "1.2.1"}
"caqti" {build & >= "0.11.0"}
"caqti-driver-postgresql" {build & >= "0.11.0"}
"caqti-lwt" {build & >= "0.11.0"}
"cmdliner" {build & >= "1.0.2"}
"cohttp" {build & >= "1.1.0"}
"cohttp-lwt" {build & >= "1.0.2"}
"cohttp-lwt-unix" {build & >= "1.0.2"}
"containers" {build & >= "2.3"}
"cow" {build & >= "2.3.0"}
"lwt" {build & >= "3.3.0" & < "4.0.0"}
"nocrypto" {build & >= "0.5.4"}
"postgresql" {build & >= "4.4.0"}
"re" {build & >= "1.8.0"}
"websocket" {build & >= "2.10"}
"websocket-lwt" {build & >= "2.11"}
"yojson" {build & >= "1.4.1"}
"ounit" {build & >= "2.0.8"}
]