forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ocaml#18108 from raphael-proust/opam-publish-ezres…
…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
Showing
10 changed files
with
290 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
29
packages/resto-cohttp-client/resto-cohttp-client.0.6.1/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
30 changes: 30 additions & 0 deletions
30
packages/resto-cohttp-self-serving-client/resto-cohttp-self-serving-client.0.6.1/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
31
packages/resto-cohttp-server/resto-cohttp-server.0.6.1/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |