this repo has no description

Release: resto.1.2

Changed files
+207
packages
resto
resto.1.2
resto-acl
resto-acl.1.2
resto-cohttp
resto-cohttp.1.2
resto-cohttp-client
resto-cohttp-client.1.2
resto-cohttp-self-serving-client
resto-cohttp-self-serving-client.1.2
resto-cohttp-server
resto-cohttp-server.1.2
resto-directory
resto-directory.1.2
resto-json
resto-json.1.2
+23
packages/resto-acl/resto-acl.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+25
packages/resto-cohttp-client/resto-cohttp-client.1.2/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" {>= "4.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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+26
packages/resto-cohttp-self-serving-client/resto-cohttp-self-serving-client.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+28
packages/resto-cohttp-server/resto-cohttp-server.1.2/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" & != "5.1.0" & < "6.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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+23
packages/resto-cohttp/resto-cohttp.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+24
packages/resto-directory/resto-directory.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+24
packages/resto-json/resto-json.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}
+34
packages/resto/resto.1.2/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.2/resto-v1.2.tar.gz"
+
checksum: [
+
"md5=e8f71db769f34d755669dbf6595ead0f"
+
"sha512=454e7f3a43c5d0ef38701103b74dad5b6dc2db1add1e2665ea679e6a1df72d37f3a092eedda0bb86949e408bff52772eb0a18901fa70860b17c5bec7f96e0170"
+
]
+
}