opam-version: "2.0"
maintainer: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>"
authors: "Adriaan Larmuseau <adriaan.larmuseau@gmail.com>"
homepage: "https://github.com/sylvarant/base58"
bug-reports: "https://github.com/sylvarant/base58/issues"
license: "Artistic-2.0"
dev-repo: "git+https://github.com/sylvarant/base58.git"
build: [
  [make "library"]
  [make "test"] {with-test}
]
install: [make "install"]
remove: ["ocamlfind" "remove" "base58"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "testsimple" {with-test}
  "bisect" {with-test}
  "bisect_ppx" {with-test}
  "ocamlbuild" {build}
  "num"
]
synopsis: "Base58 encoding and decoding"
description:
  "This library enables you to encode and decode into base58 representation using the flickr or bitcoin standard."
flags: light-uninstall
url {
  src: "https://github.com/sylvarant/base58/archive/v0.1.2.tar.gz"
  checksum: "md5=0361f7f2d8eef14b7de8c4e482fbf5c2"
}
