opam-version: "2.0"
maintainer: "Ahrefs <github@ahrefs.com>"
authors: "Raman Varabets <raman@ahrefs.com>"
homepage: "https://github.com/ahrefs/ocaml-murmur3"
bug-reports: "https://github.com/ahrefs/ocaml-murmur3/issues"
dev-repo: "git://github.com/ahrefs/ocaml-murmur3"
license: "LGPL-2.1-only with OCaml-LGPL-linking-exception"
tags: ["org:ahrefs"]
build: [
  ["./configure" "--prefix=%{prefix}%"]
  [make]
]
install: [make "install"]
remove: ["ocamlfind" "remove" "murmur3"]
depends: [
  "ocaml"
  "ocamlfind" {build}
  "ocamlbuild" {build}
  "oasis" {build}
]
synopsis: "bindings for murmur3 hash implementation"
flags: light-uninstall
url {
  src:
    "https://github.com/ahrefs/ocaml-murmur3/releases/download/v0.2/ocaml-murmur3-0.2.tar.gz"
  checksum: "md5=6e916f8a2c95c1bae9080941be31b736"
}
