opam-version: "2.0"
maintainer: "Pieter Goetschalckx <3.14.e.ter@gmail.com>"
authors: "Pieter Goetschalckx <3.14.e.ter@gmail.com>"
homepage: "https://github.com/314eter/ocaml-xxhash"
bug-reports: "https://github.com/314eter/ocaml-xxhash/issues"
license: "MIT"
doc: "https://314eter.github.io/ocaml-xxhash"
dev-repo: "git://github.com/314eter/ocaml-xxhash.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "xxhash"]
depends: [
  "ocaml"
  "oasis" {build}
  "ctypes"
]
depexts: [
  ["xxhash"] {os = "macos" & os-distribution = "homebrew"}
  ["libxxhash-dev"] {os-family = "debian"}
]
synopsis: "Bindings for xxHash, an extremely fast hash algorithm."
flags: light-uninstall
url {
  src: "https://github.com/314eter/ocaml-xxhash/archive/v0.1.tar.gz"
  checksum: "md5=c5142adfe682acb70a9b1705e920c0ef"
}
