forked from mirage/ocaml-cohttp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcohttp.opam
More file actions
37 lines (37 loc) · 898 Bytes
/
Copy pathcohttp.opam
File metadata and controls
37 lines (37 loc) · 898 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
37
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"}
"re" {>= "1.7.2"}
"uri" {>= "2.0.0"}
"fieldslib"
"sexplib0"
"ppx_fields_conv" {>= "v0.9.0"}
"ppx_sexp_conv" {>= "v0.9.0"}
"stringext"
"base64" {>= "2.0.0"}
"fmt" {test}
"jsonm" {build}
"alcotest" {test}
]
available: [ocaml-version >= "4.04.1"]