this repo has no description
1opam-version: "2.0" 2maintainer: "vb@luminar.eu.org" 3build: make 4remove: [[make "uninstall"]] 5depends: ["ocaml" "ocamlfind" "ocaml-makefile"] 6dev-repo: "git+https://github.com/vbmithr/ocaml-crypt" 7install: [make "install"] 8synopsis: "Tiny binding for the unix crypt function" 9url { 10 src: "https://github.com/vbmithr/ocaml-crypt/archive/1.3.tar.gz" 11 checksum: [ 12 "sha256=f6c649aa9f4d7184d777b0444efda27537e392ba91b227dc40382aa5fc86da78" 13 "md5=539fe0163a95a89cf9b5262e326e2866" 14 ] 15}