opam-version: "2.0"
maintainer: "vb@luminar.eu.org"
authors: ["Vincent Bernardoff"]
homepage: "https://github.com/vbmithr/qrencode-ocaml"
build: [
  ["oasis" "setup"]
  [make]
]
remove: [
  ["ocamlfind" "remove" "qrencode"]
]
depends: [
  "ocaml" {< "4.06.0"}
  "ocamlfind"
  "ocamlbuild" {build}
  "oasis" {build}
]
depexts: [
  ["libqrencode-dev" "libpng-dev"] {os-family = "debian"}
]
dev-repo: "git://github.com/vbmithr/qrencode-ocaml"
install: [make "install"]
synopsis: "Binding to libqrencode (QR-code encoding library)"
flags: light-uninstall
url {
  src: "https://github.com/vbmithr/qrencode-ocaml/archive/0.1.tar.gz"
  checksum: "md5=f431e395c484a1814f45e4c880f7a612"
}
