this repo has no description
1opam-version: "2.0"
2maintainer: "vb@luminar.eu.org"
3build: make
4remove: [[make "uninstall"]]
5depends: [
6 "ocaml"
7 "ocamlfind"
8 "ocaml-makefile"
9 "ocamlbuild" {build}
10]
11x-ci-accept-failures: ["debian-unstable"]
12dev-repo: "git+https://github.com/vbmithr/ocaml-crypt"
13install: [make "install"]
14synopsis: "Tiny binding for the unix crypt function"
15url {
16 src: "https://github.com/vbmithr/ocaml-crypt/archive/1.2.tar.gz"
17 checksum: [
18 "sha256=dc1efd39b113a33da55289d8f5a1d9f6e45b8bdaa36def15a57ae3262f87aca8"
19 "md5=f61bb96917ca56f4263f1f76dfa71227"
20 ]
21}