opam-version: "2.0"
maintainer: "mirageos-devel@lists.xenproject.org"
homepage: "https://github.com/mirage/ocaml-base64"
bug-reports: "https://github.com/mirage/ocaml-base64/issues"
authors: [ "Thomas Gazagnaire"
           "Anil Madhavapeddy" ]
license: "ISC"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "base64"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
]
conflicts: [
  "extlib"
  "extlib-compat"
]
dev-repo: "git://github.com/mirage/ocaml-base64"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "Base64 encoding and decoding library"
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 2045."""
flags: light-uninstall
url {
  src: "https://github.com/mirage/ocaml-base64/archive/v1.0.0.tar.gz"
  checksum: "md5=9a64caa88a8464f4567a5a96f9cf7e0c"
}
