opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
tags: ["org:mirage"]
build: make
remove: [["ocamlfind" "remove" "sodium"]]
depends: [
  "ocaml"
  "base-bigarray"
  "ocamlfind"
  "ctypes" {>= "0.1.1" & < "0.3"}
  "conf-libsodium"
]
dev-repo: "git://github.com/dsheets/ocaml-sodium"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis: "Binding to libsodium UNAUDITED"
description: """
Binding to libsodium 0.4.3+, a shared library wrapper for djb's NaCl
UNAUDITED"""
flags: light-uninstall
url {
  src: "https://github.com/dsheets/ocaml-sodium/archive/0.1.0.tar.gz"
  checksum: "md5=2e22bd3b3941fa2bb2152ad98d74025d"
}
