forked from mirage/ocaml-cohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcohttp-lwt-jsoo.opam
More file actions
36 lines (36 loc) · 882 Bytes
/
Copy pathcohttp-lwt-jsoo.opam
File metadata and controls
36 lines (36 loc) · 882 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
27
28
29
30
31
32
33
34
35
36
opam-version: "1.2"
maintainer: "anil@recoil.org"
authors: [
"Anil Madhavapeddy"
"Stefano Zacchiroli"
"David Sheets"
"Thomas Gazagnaire"
"David Scott"
"Rudi Grinberg"
"Andy Ray"
]
homepage: "https://github.com/mirage/ocaml-cohttp"
bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
license: "ISC"
tags: ["org:mirage" "org:xapi-project"]
dev-repo: "https://github.com/mirage/ocaml-cohttp.git"
doc: "https://mirage.github.io/ocaml-cohttp/"
build: [
["dune" "subst"] {pinned}
["dune" "build" "-p" name "-j" jobs]
]
build-test: ["dune" "runtest" "-p" name "-j" jobs]
depends: [
"dune" {build & >= "1.1.0"}
"cohttp" {>= "1.0.0"}
"cohttp-lwt" {>= "1.0.0"}
"lwt" {>="3.0.0"}
"js_of_ocaml" {>="3.0"}
"js_of_ocaml-ppx" {>="3.0"}
"js_of_ocaml-lwt"
]
conflicts: [
"lwt" {< "2.5.0"}
"js_of_ocaml" {< "2.8"}
]
available: [ocaml-version >= "4.04.1"]