this repo has no description
1opam-version: "2.0"
2maintainer: "Louis Roché <louis@louisroche.net>"
3authors: "Louis Roché <louis@louisroche.net>"
4homepage: "https://github.com/Khady/ocaml-argon2"
5dev-repo: "git+https://github.com/Khady/ocaml-argon2.git"
6bug-reports: "https://github.com/Khady/ocaml-argon2/issues"
7doc: "https://khady.github.io/ocaml-argon2/"
8license: "MIT"
9depends: [
10 "ocaml" {>= "4.02.3"}
11 "dune" {>= "2.0"}
12 "dune-configurator" {>= "2.0"}
13 "ctypes" {>= "0.4.1"}
14 "ctypes-foreign"
15 "result"
16 "odoc" {with-doc}
17]
18build: [
19 ["dune" "subst"] {dev}
20 ["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
21]
22depexts: [
23 ["libargon2-dev"] {os-family = "debian"}
24 ["libargon2-dev"] {os-family = "ubuntu"}
25 ["libargon2-devel"] {os-distribution = "fedora"}
26]
27synopsis: "OCaml bindings to Argon2"
28description: """
29Based on argon2 library as described in https://github.com/P-H-C/phc-winner-argon2.
30
31libargon2 must be installed on your system for this library to work.
32"""
33url {
34 src:
35 "https://github.com/Khady/ocaml-argon2/releases/download/1.0.2/argon2-1.0.2.tbz"
36 checksum: [
37 "sha256=343b0e57890f4f64a749f3470c100af952998070c82b15be74d27f0b96d0f205"
38 "sha512=c25a2c5dda3eecd13de82026c4e301f2896a0dc3a2cc9b6ed48925e1fef4fdfc1751091c85638d811a5c642b0a72e1a52df063e5b9cf935041575ecfc7fc76ae"
39 ]
40}
41x-commit-hash: "2c6e25a8c6f157585c643bac370a0344e18624f5"