opam-version: "2.0" maintainer: "vb@luminar.eu.org" build: make remove: [[make "uninstall"]] depends: ["ocaml" "ocamlfind" "ocaml-makefile"] dev-repo: "git+https://github.com/vbmithr/ocaml-crypt" install: [make "install"] synopsis: "Tiny binding for the unix crypt function" url { src: "https://github.com/vbmithr/ocaml-crypt/archive/1.3.tar.gz" checksum: [ "sha256=f6c649aa9f4d7184d777b0444efda27537e392ba91b227dc40382aa5fc86da78" "md5=539fe0163a95a89cf9b5262e326e2866" ] }