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: [ "murmur3" "hash" "org:ahrefs" ] 9build: [ 10 ["dune" "build" "@install" "-j" jobs "-p" name] 11] 12depends: [ 13 "ocaml" {>= "4.02"} 14 "dune" { >= "2.0" } 15 #"dune-build-info" { >= "3.4.1" } 16] 17synopsis: "Bindings for murmur3 hash implementation" 18url { 19 src: "https://github.com/ahrefs/ocaml-murmur3/releases/download/v0.3/ocaml-murmur3-0.3.tar.gz" 20 checksum: [ 21 "md5=4f95d9a777339114da5fadd5acb993a7" 22 "sha256=94ef1488b65989de085cf583d745ce205ce1e406ce183f471c52fe3fc6c95ce9" 23 "sha512=798d583b53abc87ad6543fd6ee8b8faabd81f360e8f9aece358cbe35c7895e095510d8ca2346dbd3da11fb0d5be25dd8d4291d649a54aa99212e1bad748813a6" 24 ] 25}