opam-version: "2.0" maintainer: "Ben Greenman" authors: "Ben Greenman" homepage: "http://github.com/bennn/assertions" bug-reports: "https://github.com/bennn/assertions/issues" dev-repo: "git+https://github.com/bennn/assertions.git" build: [ ["ocaml" "setup.ml" "-configure"] [make "all"] ] install: [make "install"] remove: ["ocamlfind" "remove" "assertions"] depends: [ "ocaml" {<"5.0"} "ocamlfind" {build} "ocamlbuild" {build} ] synopsis: "Basic assert statements" description: """ Provides basic assert statements, like `assert_equal` and `assert_raises`. To be used independently or as a supplement to `ounit` or `pa_ounit.""" available: [os != "win32"] flags: light-uninstall url { src: "https://github.com/bennn/assertions/archive/0.1.tar.gz" checksum: [ "sha256=630ec9bd94c65a2eece7be792b9d03853b147478276421898155cfb22068649b" "md5=2021486112f018aafc818bce8c318a7a" ] }