this repo has no description

8 packages from gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz

nraymond f8b6708b f62a6469

Changed files
+207
packages
resto
resto.1.1
resto-acl
resto-acl.1.1
resto-cohttp
resto-cohttp.1.1
resto-cohttp-client
resto-cohttp-client.1.1
resto-cohttp-self-serving-client
resto-cohttp-self-serving-client.1.1
resto-cohttp-server
resto-cohttp-server.1.1
resto-directory
resto-directory.1.1
resto-json
resto-json.1.1
+23
packages/resto-acl/resto-acl.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Access Control Lists for Resto"
+
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"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "1.11"}
+
"uri" {>= "1.9.0"}
+
"resto" {= version}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+25
packages/resto-cohttp-client/resto-cohttp-client.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
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"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+26
packages/resto-cohttp-self-serving-client/resto-cohttp-self-serving-client.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
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"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+28
packages/resto-cohttp-server/resto-cohttp-server.1.1/opam
···
+
opam-version: "2.0"
+
synopsis:
+
"A minimal OCaml library for type-safe HTTP/JSON RPCs - server library"
+
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"
+
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"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+23
packages/resto-cohttp/resto-cohttp.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "1.11"}
+
"resto-directory" {= version}
+
"cohttp-lwt" {>= "1.0.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+24
packages/resto-directory/resto-directory.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "1.11"}
+
"resto" {= version}
+
"resto-json" {= version & with-test}
+
"lwt" {>= "3.0.0" & < "6.0.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+24
packages/resto-json/resto-json.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "1.11"}
+
"resto" {= version}
+
"json-data-encoding" {>= "0.9.1" & < "1.0"}
+
"json-data-encoding-bson" {>= "0.9.1" & < "1.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}
+34
packages/resto/resto.1.1/opam
···
+
opam-version: "2.0"
+
synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs"
+
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"
+
depends: [
+
"ocaml" {>= "4.10"}
+
"dune" {>= "1.11"}
+
"uri" {>= "1.9.0"}
+
"json-data-encoding" {>= "0.9.1" & < "1.0" & with-test}
+
"json-data-encoding-bson" {>= "0.9.1" & < "1.0" & with-test}
+
"ezjsonm" {with-test}
+
"lwt" {with-test}
+
"base-unix" {with-test}
+
"alcotest" {>= "1.5.0" & with-test}
+
"alcotest-lwt" {>= "1.5.0" & with-test}
+
"ocamlformat" {= "0.20.1" & with-doc}
+
"odoc" {with-doc}
+
]
+
conflicts: [
+
"result" {< "1.5"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/nomadic-labs/resto"
+
url {
+
src:
+
"https://gitlab.com/nomadic-labs/resto/-/archive/v1.1/resto-v1.1.tar.gz"
+
checksum: [
+
"md5=d8a6024e07861320e619532068392ebb"
+
"sha512=921e86bca062e70d27acd2d7e7b2a4c383f31ecae09f711f77878d81beeb8f7082bc4476cc62ece21e3884b3d28547e1e9360b4949038491275c35e28a93f7e5"
+
]
+
}