diff --git a/packages/base64/base64.2.1.0/descr b/packages/base64/base64.2.1.0/descr deleted file mode 100644 index 44544252d8c..00000000000 --- a/packages/base64/base64.2.1.0/descr +++ /dev/null @@ -1,8 +0,0 @@ -Base64 encoding and decoding library - -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 2045. - -From version 2.0 upwards, the module name is called `B64` to avoid clashing -with other libraries such as `extlib` that use the `Base64` toplevel name. diff --git a/packages/base64/base64.2.1.0/opam b/packages/base64/base64.2.1.0/opam deleted file mode 100644 index aadd1270e26..00000000000 --- a/packages/base64/base64.2.1.0/opam +++ /dev/null @@ -1,24 +0,0 @@ -opam-version: "1.2" -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://github.com/mirage/ocaml-base64.git" -depends: [ - "base-bytes" - "ocamlfind" {build} - "ocamlbuild" {build} - "topkg" {build} - "bos" {test} - "rresult" {test} - "alcotest" {test} -] -build: [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "false" ] -build-test: [ - [ "ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true" ] - [ "ocaml" "pkg/pkg.ml" "test" ] -] diff --git a/packages/base64/base64.2.1.0/url b/packages/base64/base64.2.1.0/url deleted file mode 100644 index a8bf873136e..00000000000 --- a/packages/base64/base64.2.1.0/url +++ /dev/null @@ -1,2 +0,0 @@ -archive: "https://github.com/mirage/ocaml-base64/releases/download/v2.1.1/ocaml-base64-2.1.1.tbz" -checksum: "3f7510a8b319b55ff36e49e100471dec"