-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathopam
More file actions
27 lines (26 loc) · 679 Bytes
/
opam
File metadata and controls
27 lines (26 loc) · 679 Bytes
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
opam-version: "1.2"
authors: "Andrew Ray <andy.ray@ujamjar.com>"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/andrewray/iocamlserver"
dev-repo: "https://github.com/andrewray/iocamlserver.git"
bug-reports: "https://github.com/andrewray/iocamlserver/issues"
build: [
[ "cp" "config.darwin.ml" "config.ml" ] {os = "darwin"}
[ make "all" ]
]
depends: [
"ocamlfind"
"uuidm"
"yojson"
"cow" {< "2.0.0"}
"lwt" {>= "2.4"}
"websocket" {>= "2.0"}
"cohttp" {>= "0.21.0"}
"crunch"
"ctypes" {>= "0.3"}
"ctypes-foreign"
"iocaml-kernel" {= "0.4.8"}
"iocamljs-kernel" {= "0.4.8"}
"ocamlbuild" {build}
]
available: [ ocaml-version >= "4.02.0" ]