this repo has no description

Merge pull request #21187 from maxtori/opam-publish-ez_api.1.1.1

Package ez_api.1.1.1

Changed files
+76
packages
ez_api
ez_api.1.1.1
+76
packages/ez_api/ez_api.1.1.1/opam
···
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.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 with OCaml-LGPL-linking-exception"
+
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" {>= "0.9"}
+
"lwt" {>= "4.0.0"}
+
"ezjsonm" {>= "1.1.0"}
+
"uuidm"
+
]
+
depopts: [
+
"geoip"
+
"js_of_ocaml-lwt"
+
"calendar"
+
"cohttp-lwt-unix"
+
"cohttp-lwt-jsoo"
+
"lwt_log"
+
"tls"
+
"httpaf-lwt-unix"
+
"ocurl"
+
"ezjs_fetch"
+
"websocket-lwt-unix"
+
"websocket-httpaf-lwt"
+
"ppxlib"
+
"ppx_deriving_encoding"
+
"digestif"
+
"yaml"
+
]
+
conflicts: [
+
"calendar" {< "2.03"}
+
"js_of_ocaml-lwt" {< "4.0.0"}
+
"cohttp-lwt-unix" {< "5.0.0"}
+
"cohttp-lwt-jsoo" {< "5.0.0"}
+
"httpaf-lwt-unix" {< "0.6.0"}
+
"ezjs_fetch" {< "0.2"}
+
"ocurl" {< "0.8.0"}
+
"digestif" {< "1.0.0"}
+
"ppxlib" {< "0.18.0"}
+
"ppx_deriving_encoding" {< "0.3.0"}
+
"result" {< "1.5"}
+
]
+
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"
+
url {
+
src: "https://github.com/ocamlpro/ez_api/archive/1.1.1.tar.gz"
+
checksum: [
+
"md5=65d5fef737c82120d579d10a1727b8e4"
+
"sha512=2ea5c072d5a4c264263264cfd485eadae2bd7f47949dbc9cb4cf93db89640d91542463ed8b9f4d6679f21bbd1efbfa6c224ff36f1807a8d8af9d0568cf8a4292"
+
]
+
}