this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "Easy API library and tools"
4maintainer: ["Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"]
5authors: [
6 "Cagdas Bozman <cagdas.bozman@ocamlpro.com>"
7 "Michael Laporte <michael.laporte@ocamlpro.com>"
8 "Fabrice Le Fessant <fabrice.le_fessant@ocamlpro.com>"
9 "Maxime Levillain <maxime.levillain@ocamlpro.com>"
10 "Alain Mebsout <alain.mebsout@ocamlpro.com>"
11]
12license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
13homepage: "https://github.com/ocamlpro/ez_api"
14doc: "https://ocpmax.github.io/ez_api/ez_api/index.html"
15bug-reports: "https://github.com/ocamlpro/ez_api/issues"
16depends: [
17 "dune" {>= "2.8"}
18 "ocaml" {>= "4.08"}
19 "json-data-encoding" {>= "0.9"}
20 "lwt" {>= "4.0.0"}
21 "ezjsonm" {>= "1.1.0"}
22 "uuidm"
23]
24depopts: [
25 "geoip"
26 "js_of_ocaml-lwt"
27 "calendar"
28 "cohttp-lwt-unix"
29 "cohttp-lwt-jsoo"
30 "lwt_log"
31 "tls"
32 "httpaf-lwt-unix"
33 "ocurl"
34 "ezjs_fetch"
35 "websocket-lwt-unix"
36 "websocket-httpaf-lwt"
37 "ppxlib"
38 "ppx_deriving_encoding"
39 "digestif"
40 "yaml"
41]
42conflicts: [
43 "calendar" {< "2.03"}
44 "js_of_ocaml-lwt" {< "4.0.0"}
45 "cohttp-lwt-unix" {< "5.0.0"}
46 "cohttp-lwt-jsoo" {< "5.0.0"}
47 "httpaf-lwt-unix" {< "0.6.0"}
48 "ezjs_fetch" {< "0.2"}
49 "ocurl" {< "0.8.0"}
50 "digestif" {< "1.0.0"}
51 "ppxlib" {< "0.18.0" | >= "0.36.0"}
52 "ppx_deriving_encoding" {!= "0.3.0"}
53 "result" {< "1.5"}
54 "tls" {>= "1.0.0"}
55]
56build: [
57 ["dune" "subst"] {dev}
58 [
59 "dune"
60 "build"
61 "-p"
62 name
63 "-j"
64 jobs
65 "@install"
66 "@runtest" {with-test}
67 "@doc" {with-doc}
68 ]
69]
70dev-repo: "git+https://github.com/ocamlpro/ez_api.git"
71url {
72 src: "https://github.com/ocamlpro/ez_api/archive/1.2.0.tar.gz"
73 checksum: [
74 "md5=55bb40d00db6cd35cbf6ef6cff63363a"
75 "sha512=16922b231f19615ca7179a3c7d31e8c3897f2b37f574f69e06b35f12b501434c6eb85bec91cfed16ffd3eec71f8859d94bd003044a848560d434e04a0b1e99e2"
76 ]
77}