this repo has no description
1opam-version: "2.0"
2maintainer: "Ahrefs <github@ahrefs.com>"
3authors: "Raman Varabets <raman@ahrefs.com>"
4homepage: "https://github.com/ahrefs/ocaml-murmur3"
5bug-reports: "https://github.com/ahrefs/ocaml-murmur3/issues"
6dev-repo: "git+https://github.com/ahrefs/ocaml-murmur3"
7license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8tags: ["org:ahrefs"]
9build: [
10 ["./configure" "--prefix=%{prefix}%"]
11 [make]
12]
13install: [make "install"]
14remove: ["ocamlfind" "remove" "murmur3"]
15depends: [
16 "ocaml"
17 "ocamlfind" {build}
18 "ocamlbuild" {build}
19 "oasis" {build}
20]
21synopsis: "bindings for murmur3 hash implementation"
22flags: light-uninstall
23url {
24 src:
25 "https://github.com/ahrefs/ocaml-murmur3/releases/download/v0.1/ocaml-murmur3-0.1.tar.gz"
26 checksum: [
27 "sha256=ecf68278671378d8a3c55a2292a60646b4229725296dd11015d65577891a3b2f"
28 "md5=d2270a29ec001e5e70ff73127cc07372"
29 ]
30}