this repo has no description

Merge pull request #15661 from raphael-proust/opam-publish-ezresto-ezresto-directory-resto-resto-cohttp-resto-cohttp-client-resto-cohttp-server-resto-directory-resto-json.0.2

8 packages from gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz

Kate 4585683c 45e4d038

Changed files
+230
packages
ezresto
ezresto.0.2
ezresto-directory
ezresto-directory.0.2
resto
resto.0.2
resto-cohttp
resto-cohttp.0.2
resto-cohttp-client
resto-cohttp-client.0.2
resto-cohttp-server
resto-cohttp-server.0.2
resto-directory
resto-directory.0.2
resto-json
resto-json.0.2
+29
packages/ezresto-directory/ezresto-directory.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"ezresto" {= version }
+
"resto-directory" {= version }
+
"resto" {= version }
+
"lwt" { >= "3.0.0" & < "5.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+30
packages/ezresto/ezresto.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"uri" {>= "1.9.0" }
+
"resto" {= version }
+
"resto-json" {= version }
+
"lwt" {with-test}
+
"base-unix" {with-test}
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+29
packages/resto-cohttp-client/resto-cohttp-client.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"uri" {>= "1.9.0" }
+
"resto-cohttp" {= version }
+
"cohttp-lwt" { >= "1.0.0" }
+
"lwt" { >= "3.0.0" & <= "5.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+29
packages/resto-cohttp-server/resto-cohttp-server.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs - server library"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"resto-directory" {= version }
+
"resto-cohttp" {= version }
+
"cohttp-lwt-unix" { >= "1.0.0" }
+
"lwt" { >= "3.0.0" & <= "5.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+27
packages/resto-cohttp/resto-cohttp.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"resto-directory" {= version }
+
"cohttp-lwt" { >= "1.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+28
packages/resto-directory/resto-directory.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"resto" {= version }
+
"resto-json" {= version & with-test }
+
"lwt" { >= "3.0.0" & <= "5.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+28
packages/resto-json/resto-json.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"resto" {= version }
+
"ocplib-json-typed" {= "0.7.1" }
+
"ocplib-json-typed-bson" {= "0.7.1" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}
+30
packages/resto/resto.0.2/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "LGPL-2.1-with-OCaml-exception"
+
homepage: "https://gitlab.com/nomadic-labs/resto"
+
bug-reports: "https://gitlab.com/nomadic-labs/resto/issues"
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.07" }
+
"dune" { >= "1.7" }
+
"uri" {>= "1.9.0" }
+
"ocplib-json-typed" {with-test}
+
"ocplib-json-typed-bson" {with-test}
+
"lwt" {with-test}
+
"base-unix"{with-test}
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.2/resto-v0.2.tar.gz"
+
checksum: [
+
"md5=96ea30f9ed5f5b9c518808785795b055"
+
"sha512=0decba13ad86934a524d4945746a3e5cc2f4fb0b879b6c5adb676b30fdb094a1333eb453d449e098caa99d7166caf855f1edfd0ead84ad83548d33d3bcf995a9"
+
]
+
}