this repo has no description
1opam-version: "2.0"
2maintainer: "andreashauptmann@t-online.de"
3authors: "andreashauptmann@t-online.de"
4homepage: "https://github.com/fdopen/cryptohash"
5bug-reports: "https://github.com/fdopen/cryptohash/issues"
6license: "MIT"
7dev-repo: "git+https://github.com/fdopen/cryptohash.git"
8build: [
9 ["omake" "lib"]
10 ["omake" "quick-test"] {with-test}
11]
12install: ["omake" "install"]
13remove: ["ocamlfind" "remove" "cryptohash"]
14depends: [
15 "ocaml" {< "5.0"}
16 "base-unix" {with-test}
17 "base-bigarray"
18 "base-bytes"
19 "ocamlfind" {build}
20 "omake" {build}
21 "ounit" {with-test & >= "2.0"}
22]
23synopsis: "hash functions for OCaml"
24description: """
25Cryptohash provides OCaml bindings to various cryptographic hash
26functions written in C"""
27flags: light-uninstall
28url {
29 src:
30 "https://github.com/fdopen/cryptohash/releases/download/0.1.2/cryptohash-0.1.2.tar.gz"
31 checksum: [
32 "sha256=cd47bb426bf97a6d0984276dcb326c119d5d8b02fbad283708eb6f87ff9773ef"
33 "md5=1a48d563fa1e125f24975f3456ad78aa"
34 ]
35}