-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathezrest.opam
35 lines (35 loc) · 841 Bytes
/
ezrest.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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Simple wrapper on top of the cohttp's client"
maintainer: ["Hezekiah M. Carty <hez@0ok.org>"]
authors: ["Hezekiah M. Carty <hez@0ok.org>"]
license: "Apache-2.0"
homepage: "https://github.com/hcarty/ezrest"
bug-reports: "https://github.com/hcarty/ezrest/issues"
depends: [
"ocaml" {>= "4.08.0"}
"cohttp-lwt-unix" {>= "2.5.4"}
"dune" {>= "2.7" & >= "2.7.0"}
"fmt" {>= "0.8.9"}
"lwt" {>= "4.0.0"}
"lwt_ppx" {>= "2.0.0"}
"mdx" {>= "1.7.0" & with-test}
"rresult" {>= "0.6.0"}
"uri" {>= "3.0.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/hcarty/ezrest.git"