this repo has no description
1opam-version: "2.0" 2maintainer: "sheets@alum.mit.edu" 3tags: ["org:mirage"] 4build: make 5remove: [["ocamlfind" "remove" "sodium"]] 6depends: [ 7 "ocaml" {< "5.0"} 8 "base-bigarray" 9 "base-bytes" 10 "ocamlfind" 11 "ctypes" {>= "0.3.2"} 12 "ctypes-foreign" 13 "ocamlbuild" {build} 14 "conf-libsodium" 15] 16dev-repo: "git+https://github.com/dsheets/ocaml-sodium" 17install: [make "PREFIX=%{prefix}%" "install"] 18synopsis: "Binding to libsodium UNAUDITED" 19description: """ 20Binding to libsodium 0.4.4+, a shared library wrapper for djb's NaCl 21UNAUDITED""" 22flags: light-uninstall 23url { 24 src: "https://github.com/dsheets/ocaml-sodium/archive/0.2.1.tar.gz" 25 checksum: [ 26 "sha256=de07300ceaa30c70f140ee094e3f77d6046ff1c3d51eecc5b47552e5de3ed106" 27 "md5=a197001f4c3ebe8c6a43eec4a4957c1e" 28 ] 29}