opam-version: "2.0"
maintainer: "sheets@alum.mit.edu"
tags: ["org:mirage"]
build: make
remove: [["ocamlfind" "remove" "sodium"]]
depends: [
  "ocaml"
  "base-bigarray"
  "base-bytes"
  "ocamlfind"
  "ctypes" {>= "0.3.2"}
  "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.1.tar.gz"
  checksum: "md5=a197001f4c3ebe8c6a43eec4a4957c1e"
}
