this repo has no description

Merge pull request #21351 from raphael-proust/opam-publish-resto-resto-acl-resto-cohttp-resto-cohttp-client-resto-cohttp-self-serving-client-resto-cohttp-server-resto-directory-resto-json.0.7

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

Changed files
+233
packages
resto
resto.0.7
resto-acl
resto-acl.0.7
resto-cohttp
resto-cohttp.0.7
resto-cohttp-client
resto-cohttp-client.0.7
resto-cohttp-self-serving-client
resto-cohttp-self-serving-client.0.7
resto-cohttp-server
resto-cohttp-server.0.7
resto-directory
resto-directory.0.7
resto-json
resto-json.0.7
+27
packages/resto-acl/resto-acl.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" ]
+
license: "MIT"
+
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: "Access Control Lists for Resto"
+
+
build: [
+
[ "dune" "build" "-p" name "-j" jobs ]
+
]
+
+
depends: [
+
"ocaml" { >= "4.10" }
+
"dune" { >= "1.11" }
+
"uri" {>= "1.9.0" }
+
"resto" {= version }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+29
packages/resto-cohttp-client/resto-cohttp-client.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"uri" {>= "1.9.0" }
+
"resto-cohttp" {= version }
+
"cohttp-lwt" { >= "1.0.0" }
+
"lwt" { >= "3.0.0" & < "6.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+30
packages/resto-cohttp-self-serving-client/resto-cohttp-self-serving-client.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"uri" {>= "1.9.0" }
+
"resto-cohttp-client" {= version }
+
"resto-cohttp-server" {= version }
+
"cohttp-lwt" { >= "1.0.0" }
+
"lwt" { >= "3.0.0" & < "6.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+31
packages/resto-cohttp-server/resto-cohttp-server.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"resto-directory" {= version }
+
"resto-cohttp" {= version }
+
"resto-acl" {= version }
+
"cohttp-lwt-unix" { >= "2.0.0" }
+
"conduit-lwt-unix" { >= "2.0.0" }
+
"lwt" { >= "3.0.0" & < "6.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+27
packages/resto-cohttp/resto-cohttp.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"resto-directory" {= version }
+
"cohttp-lwt" { >= "1.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+28
packages/resto-directory/resto-directory.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"resto" {= version }
+
"resto-json" {= version & with-test }
+
"lwt" { >= "3.0.0" & < "6.0.0" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+28
packages/resto-json/resto-json.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"resto" {= version }
+
"json-data-encoding" {= "0.9.1" }
+
"json-data-encoding-bson" {= "0.9.1" }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}
+33
packages/resto/resto.0.7/opam
···
+
opam-version: "2.0"
+
maintainer: "contact@nomadic-labs.com"
+
authors: [ "Nomadic Labs" "Ocamlpro" ]
+
license: "MIT"
+
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.10" }
+
"dune" { >= "1.11" }
+
"uri" {>= "1.9.0" }
+
"json-data-encoding" {= "0.9.1" & with-test }
+
"json-data-encoding-bson" {= "0.9.1" & with-test }
+
"ezjsonm" {with-test}
+
"lwt" {with-test}
+
"base-unix"{with-test}
+
"ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available
+
"odoc" { with-doc }
+
]
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz"
+
checksum: [
+
"md5=18dbb4cb0c0031f967406872c313ac2c"
+
"sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46"
+
]
+
}