Skip to content

Commit

Permalink
base64.2.1.2 - via opam-publish (ocaml#7638)
Browse files Browse the repository at this point in the history
  • Loading branch information
samoht authored and dsheets committed Oct 18, 2016
1 parent efaa030 commit 5002d33
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/base64/base64.2.1.2/descr
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
For OCaml

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][rfc4648].

See also [documentation][docs].

[rfc4648]: https://tools.ietf.org/html/rfc4648
[docs]: http://mirage.github.io/ocaml-base64
24 changes: 24 additions & 0 deletions packages/base64/base64.2.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: "[email protected]"
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: "https://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" ]
]
2 changes: 2 additions & 0 deletions packages/base64/base64.2.1.2/url
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
archive: "https://github.com/mirage/ocaml-base64/releases/download/v2.1.2/base64-2.1.2.tbz"
checksum: "acef73296915b4f8052868f182862dc8"

0 comments on commit 5002d33

Please sign in to comment.