Skip to content

Commit

Permalink
Merge pull request #13297 from dinosaure/release-base64-3.0.0
Browse files Browse the repository at this point in the history
[new release] base64 (3.0.0)
  • Loading branch information
kit-ty-kate authored Jan 22, 2019
2 parents 7d9630c + 120c118 commit 717295b
Show file tree
Hide file tree
Showing 144 changed files with 179 additions and 146 deletions.
2 changes: 1 addition & 1 deletion packages/aws-s3/aws-s3.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_protocol_conv_json"
"cmdliner"
"ppx_inline_test" {< "v0.12"}
"base64"
"base64" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3/aws-s3.4.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_protocol_conv_json"
"cmdliner"
"ppx_inline_test" {< "v0.12"}
"base64"
"base64" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3/aws-s3.4.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ppx_protocol_conv_json"
"cmdliner"
"ppx_inline_test" {< "v0.12"}
"base64"
"base64" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3/aws-s3.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ depends: [
"ppx_protocol_conv_json"
"cmdliner"
"ppx_inline_test" {< "v0.12"}
"base64"
"base64" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3"
description: """
Expand Down
34 changes: 34 additions & 0 deletions packages/base64/base64.3.0.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
opam-version: "2.0"
maintainer: "mirageos-devel@lists.xenproject.org"
authors: [ "Thomas Gazagnaire"
"Anil Madhavapeddy"
"Peter Zotov" ]
license: "ISC"
homepage: "https://github.com/mirage/ocaml-base64"
doc: "http://mirage.github.io/ocaml-base64/"
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
dev-repo: "git+https://github.com/mirage/ocaml-base64.git"
synopsis: "Base64 encoding for OCaml"
description: """
Base64 is a group of similar binary-to-text encoding schemes that represent
binary data in an ASCII string format by translating it into a radix-64
representation. It is specified in RFC 4648.
"""
depends: [
"ocaml" {>= "4.03.0"}
"base-bytes"
"dune" {build & >= "1.0.1"}
"bos" {with-test}
"rresult" {with-test}
"alcotest" {with-test}
]
build: [
["dune" "subst"]
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name] {with-test}
]
url {
src:
"https://github.com/mirage/ocaml-base64/releases/download/v3.0.0/base64-v3.0.0.tbz"
checksum: "md5=f94f8e73b7325bf02436293b1321e35b"
}
2 changes: 1 addition & 1 deletion packages/biocaml/biocaml.0.8.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dev-repo: "git+https://github.com/biocaml/biocaml.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.03.0" & < "4.06.0"}
"base64"
"base64" {< "3.0.0"}
"ocamlfind" {build}
"jbuilder" {build & >= "1.0+beta8"}
"core_kernel" {>= "v0.9.1" & < "v0.11"}
Expand Down
3 changes: 1 addition & 2 deletions packages/biocaml/biocaml.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ build: ["dune" "build" "-p" name "-j" jobs]

depends: [
"ocaml"
"base64"
"base64" {< "3.0.0"}
"dune" {build}
"core_kernel" {>= "v0.11.0"}
"sexplib"
Expand All @@ -40,7 +40,6 @@ depends: [
"rresult"
"uri"
]

depopts: [
"async"
"core"
Expand Down
2 changes: 1 addition & 1 deletion packages/bulletml/bulletml.0.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ocaml" {>= "4.02.2"}
"ocamlfind" {build}
"ounit" {with-test}
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"re"
"mparser"
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/bulletml/bulletml.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"ocaml" {>= "4.02.2"}
"ocamlfind" {build}
"ounit" {with-test}
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"re"
"mparser"
"alcotest"
Expand Down
2 changes: 1 addition & 1 deletion packages/capnp-rpc-lwt/capnp-rpc-lwt.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"tls" {>= "0.8.0" & < "0.9.0"}
"mirage-kv-lwt"
"mirage-clock"
"base64"
"base64" {< "3.0.0"}
"uri" {>= "1.6.0"}
"jbuilder" {build & >= "1.0+beta10"}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"tls" {>= "0.8.0"}
"mirage-kv-lwt"
"mirage-clock"
"base64"
"base64" {< "3.0.0"}
"uri" {>= "1.6.0"}
"ptime"
"asn1-combinators" {>= "0.2.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/capnp-rpc-lwt/capnp-rpc-lwt.0.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"tls" {>= "0.8.0" & < "0.9.0"}
"mirage-kv-lwt"
"mirage-clock"
"base64"
"base64" {< "3.0.0"}
"uri" {>= "1.6.0"}
"jbuilder" {build & >= "1.0+beta10"}
"alcotest-lwt" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/coclobas/coclobas.0.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"ppx_deriving" {< "4.2"}
"ppx_deriving_yojson" {>= "3.0"}
"uuidm"
"base64"
"base64" {< "3.0.0"}
"odate"
]
depopts: "ketrew"
Expand Down
2 changes: 1 addition & 1 deletion packages/coclobas/coclobas.0.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ depends: [
"ppx_deriving" {< "4.2"}
"ppx_deriving_yojson" {>= "3.0"}
"uuidm"
"base64"
"base64" {< "3.0.0"}
"odate"
]
depopts: "ketrew"
Expand Down
2 changes: 1 addition & 1 deletion packages/coclobas/coclobas.0.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ depends: [
"ppx_deriving" {< "4.2"}
"ppx_deriving_yojson" {>= "3.0"}
"uuidm"
"base64"
"base64" {< "3.0.0"}
"odate"
]
depopts: [
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.15.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"ounit" {with-test}
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.15.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"ounit" {with-test}
"ocamlbuild" {build}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.15.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"ounit" {with-test}
"oasis" {build & >= "0.4.4"}
"ocamlbuild" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.16.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"ocamlbuild" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.16.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"ocamlbuild" {build}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.17.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.17.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.17.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.18.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.18.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.18.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.18.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.19.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.19.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.19.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.19.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ depends: [
"sexplib" {>= "109.53.00" & < "113.01.00"}
"conduit" {>= "0.7.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.20.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ depends: [
"pa_fields_conv"
"conduit" {>= "0.11.0" & < "0.16.0"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.20.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ depends: [
"ppx_deriving"
"ppx_sexp_conv" {< "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.20.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ depends: [
"ppx_deriving"
"ppx_sexp_conv" {< "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.21.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ depends: [
"ppx_deriving"
"ppx_sexp_conv" {< "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.21.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ depends: [
"ppx_deriving"
"ppx_sexp_conv" {< "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"ounit" {with-test}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.22.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ depends: [
"ppx_deriving"
"ppx_sexp_conv" {< "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"fmt"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.0.99.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"ppx_fields_conv" {>= "v0.9.0" & < "v0.12"}
"ppx_sexp_conv" {>= "v0.9.0" & < "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"magic-mime"
"fmt"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ depends: [
"ppx_fields_conv" {>= "v0.9.0" & < "v0.12"}
"ppx_sexp_conv" {>= "v0.9.0" & < "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"fmt" {with-test}
"jsonm" {build}
"alcotest" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp/cohttp.1.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"ppx_fields_conv" {>= "v0.9.0" & < "v0.12"}
"ppx_sexp_conv" {>= "v0.9.0" & < "v0.12"}
"stringext"
"base64" {>= "2.0.0"}
"base64" {>= "2.0.0" & < "3.0.0"}
"fmt" {with-test}
"jsonm" {build}
"alcotest" {with-test}
Expand Down
Loading

0 comments on commit 717295b

Please sign in to comment.