opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
tags: ["org:mirage"]
build: make
remove: [["ocamlfind" "remove" "sodium"]]
depends: [
  "ocaml" {< "4.06.0"}
  "base-bigarray"
  "base-bytes"
  "ocamlfind"
  "ctypes" {>= "0.3"}
  "ctypes-foreign"
  "ocamlbuild" {build}
  "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.4+, a shared library wrapper for djb's NaCl
UNAUDITED"""
flags: light-uninstall
url {
  src: "https://github.com/dsheets/ocaml-sodium/archive/0.2.0.tar.gz"
  checksum: "md5=081e374e4d43a88e35c58151cd45e0dd"
}
