opam-version: "1.2"
maintainer: "dave@recoil.org"
authors: [
  "Vincent Hanquez"
  "Thomas Gazagnaire"
  "Goswin von Brederlow"
  "Eric Cooper"
  "Florent Monnier"
  "Forrest L Norvell"
  "Vincent Bernadoff"
  "David Scott"
]
homepage: "https://github.com/djs55/ocaml-sha"
bug-reports: "https://github.com/djs55/ocaml-sha/issues"
license: "ISC"
dev-repo: "https://github.com/djs55/ocaml-sha.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name]
depends: [
  "jbuilder" {build & >= "1.0+beta13"}
  "ounit" {test}
]
available: [ocaml-version >= "4.02.0"]
