Skip to content

Commit

Permalink
Merge pull request ocaml#18108 from raphael-proust/opam-publish-ezres…
Browse files Browse the repository at this point in the history
…to-ezresto-directory-resto-resto-acl-resto-cohttp-resto-cohttp-client-resto-cohttp-self-serving-client-resto-cohttp-server-resto-directory-resto-json.0.6.1

10 packages from gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz
  • Loading branch information
mseri authored Feb 8, 2021
2 parents da1c2ae + b6ff12c commit 7a8c3ab
Show file tree
Hide file tree
Showing 10 changed files with 290 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/ezresto-directory/ezresto-directory.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"dune" { >= "1.11" }
"ezresto" {= version }
"resto-directory" {= version }
"resto" {= version }
"lwt" { >= "3.0.0" & < "6.0.0" }
]
url {
src:
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
30 changes: 30 additions & 0 deletions packages/ezresto/ezresto.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"dune" { >= "1.11" }
"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.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
27 changes: 27 additions & 0 deletions packages/resto-acl/resto-acl.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"dune" { >= "1.11" }
"uri" {>= "1.9.0" }
"resto" {= version }
]
url {
src:
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
29 changes: 29 additions & 0 deletions packages/resto-cohttp-client/resto-cohttp-client.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"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.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"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.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
31 changes: 31 additions & 0 deletions packages/resto-cohttp-server/resto-cohttp-server.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"dune" { >= "1.11" }
"resto-directory" {= version }
"resto-cohttp" {= version }
"resto-acl" {= version }
"cohttp-lwt-unix" { >= "2.0.0" & < "3.0.0" }
"conduit-lwt-unix" { >= "2.0.0" & < "3.0.0" }
"lwt" { >= "3.0.0" & < "6.0.0" }
]
url {
src:
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
27 changes: 27 additions & 0 deletions packages/resto-cohttp/resto-cohttp.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"dune" { >= "1.11" }
"resto-directory" {= version }
"cohttp-lwt" { >= "1.0.0" }
]
url {
src:
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
28 changes: 28 additions & 0 deletions packages/resto-directory/resto-directory.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"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.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
28 changes: 28 additions & 0 deletions packages/resto-json/resto-json.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"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.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}
31 changes: 31 additions & 0 deletions packages/resto/resto.0.6.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: "[email protected]"
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.08" }
"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}
]
url {
src:
"https://gitlab.com/nomadic-labs/resto/-/archive/v0.6.1/resto-v0.6.1.tar.gz"
checksum: [
"md5=aaa32ff0f0b78d2ab231e8bc5227bead"
"sha512=f362893693e75df8021365a7b3291874ad38f928054e16fc48f9040545d7dcfc60f9c19bd7f00f8e89b3c2c72bea916a425d769b41331da08a222a81968954e9"
]
}

0 comments on commit 7a8c3ab

Please sign in to comment.