-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathez_api.opam
More file actions
68 lines (68 loc) · 1.55 KB
/
ez_api.opam
File metadata and controls
68 lines (68 loc) · 1.55 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.0.0"
synopsis: "Easy API library and tools"
maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
authors: [
"Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
"Michael Laporte <michael.laporte@ocamlpro.com>"
"Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
"Maxime Levillain <maxime.levillain@ocamlpro.com>"
"Alain Mebsout <alain.mebsout@ocamlpro.com>"
]
license: "LGPL-2.1-only"
homepage: "https://github.com/ocamlpro/ez_api"
doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
bug-reports: "https://github.com/ocamlpro/ez_api/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.08"}
"json-data-encoding" {>= "1.0.1"}
"lwt" {>= "4.0.0"}
"ezjsonm" {>= "1.1.0"}
"uuidm"
"odoc" {with-doc}
]
depopts: [
"geoip"
"js_of_ocaml-lwt"
"calendar"
"cohttp-lwt-unix"
"cohttp-lwt-jsoo"
"httpaf-lwt-unix"
"curl_lwt"
"ezjs_fetch"
"websocket-lwt-unix"
"ppx_deriving_encoding"
"digestif"
"yaml"
"httpun-lwt-unix"
"httpun-ws-lwt-unix"
"tls-lwt"
"lwt_ssl"
]
conflicts: [
"js_of_ocaml-lwt" {< "6.0.0"}
"cohttp-lwt-unix" {< "5.0.0"}
"cohttp-lwt-jsoo" {< "5.0.0"}
"calendar" {< "2.03.0"}
"httpaf-lwt-unix" {< "0.6.0"}
"ezjs_fetch" {< "0.2"}
"digestif" {< "1.0.0"}
"ppx_deriving_encoding" {< "0.4.0"}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/ocamlpro/ez_api.git"