this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Marcello Seri and committed by
GitHub
073cc5e5 d80bf3ae

+233
+27
packages/resto-acl/resto-acl.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "Access Control Lists for Resto" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "uri" {>= "1.9.0" } 18 + "resto" {= version } 19 + ] 20 + url { 21 + src: 22 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 23 + checksum: [ 24 + "md5=18dbb4cb0c0031f967406872c313ac2c" 25 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 26 + ] 27 + }
+29
packages/resto-cohttp-client/resto-cohttp-client.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "uri" {>= "1.9.0" } 18 + "resto-cohttp" {= version } 19 + "cohttp-lwt" { >= "1.0.0" } 20 + "lwt" { >= "3.0.0" & < "6.0.0" } 21 + ] 22 + url { 23 + src: 24 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 25 + checksum: [ 26 + "md5=18dbb4cb0c0031f967406872c313ac2c" 27 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 28 + ] 29 + }
+30
packages/resto-cohttp-self-serving-client/resto-cohttp-self-serving-client.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "uri" {>= "1.9.0" } 18 + "resto-cohttp-client" {= version } 19 + "resto-cohttp-server" {= version } 20 + "cohttp-lwt" { >= "1.0.0" } 21 + "lwt" { >= "3.0.0" & < "6.0.0" } 22 + ] 23 + url { 24 + src: 25 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 26 + checksum: [ 27 + "md5=18dbb4cb0c0031f967406872c313ac2c" 28 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 29 + ] 30 + }
+31
packages/resto-cohttp-server/resto-cohttp-server.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs - server library" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "resto-directory" {= version } 18 + "resto-cohttp" {= version } 19 + "resto-acl" {= version } 20 + "cohttp-lwt-unix" { >= "2.0.0" } 21 + "conduit-lwt-unix" { >= "2.0.0" } 22 + "lwt" { >= "3.0.0" & < "6.0.0" } 23 + ] 24 + url { 25 + src: 26 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 27 + checksum: [ 28 + "md5=18dbb4cb0c0031f967406872c313ac2c" 29 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 30 + ] 31 + }
+27
packages/resto-cohttp/resto-cohttp.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "resto-directory" {= version } 18 + "cohttp-lwt" { >= "1.0.0" } 19 + ] 20 + url { 21 + src: 22 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 23 + checksum: [ 24 + "md5=18dbb4cb0c0031f967406872c313ac2c" 25 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 26 + ] 27 + }
+28
packages/resto-directory/resto-directory.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "resto" {= version } 18 + "resto-json" {= version & with-test } 19 + "lwt" { >= "3.0.0" & < "6.0.0" } 20 + ] 21 + url { 22 + src: 23 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 24 + checksum: [ 25 + "md5=18dbb4cb0c0031f967406872c313ac2c" 26 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 27 + ] 28 + }
+28
packages/resto-json/resto-json.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "resto" {= version } 18 + "json-data-encoding" {= "0.9.1" } 19 + "json-data-encoding-bson" {= "0.9.1" } 20 + ] 21 + url { 22 + src: 23 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 24 + checksum: [ 25 + "md5=18dbb4cb0c0031f967406872c313ac2c" 26 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 27 + ] 28 + }
+33
packages/resto/resto.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: "contact@nomadic-labs.com" 3 + authors: [ "Nomadic Labs" "Ocamlpro" ] 4 + license: "MIT" 5 + homepage: "https://gitlab.com/nomadic-labs/resto" 6 + bug-reports: "https://gitlab.com/nomadic-labs/resto/issues" 7 + dev-repo: "git+https://gitlab.com/nomadic-labs/resto" 8 + synopsis: "A minimal OCaml library for type-safe HTTP/JSON RPCs" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + ] 13 + 14 + depends: [ 15 + "ocaml" { >= "4.10" } 16 + "dune" { >= "1.11" } 17 + "uri" {>= "1.9.0" } 18 + "json-data-encoding" {= "0.9.1" & with-test } 19 + "json-data-encoding-bson" {= "0.9.1" & with-test } 20 + "ezjsonm" {with-test} 21 + "lwt" {with-test} 22 + "base-unix"{with-test} 23 + "ocamlformat" { = "0.20.1" & with-doc } # not technically a doc dep; modify when with-dev becomes available 24 + "odoc" { with-doc } 25 + ] 26 + url { 27 + src: 28 + "https://gitlab.com/nomadic-labs/resto/-/archive/v0.7/resto-v0.7.tar.gz" 29 + checksum: [ 30 + "md5=18dbb4cb0c0031f967406872c313ac2c" 31 + "sha512=6e19a475f1d60d24cac379ff16c1b8712d040a9ea5e947e4f2a38de0edfce4c15ea541ca18ccdb3be9c8112dc23303f24c86f69780c9100b110939a628c8dc46" 32 + ] 33 + }