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.2/ocaml-murmur3-0.2.tar.gz" 26 checksum: [ 27 "sha256=d778e7916e01a935f6463f98e76c803bdc588ed18c365286eba153be53caa6dc" 28 "md5=6e916f8a2c95c1bae9080941be31b736" 29 ] 30}