this repo has no description
1opam-version: "2.0"
2maintainer: "Justin Raymond <justin.raymond.14@gmail.com>"
3authors: "Justin Raymond <justin.raymond.14@gmail.com>"
4homepage: "https://github.com/jrraymond/otto"
5bug-reports: "https://github.com/jrraymond/otto"
6license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
7dev-repo: "git+https://github.com/jrraymond/otto.git"
8build: [
9 ["rm" "setup.ml"] {ocaml:version >= "4.00.0"}
10 ["oasis" "setup"] {ocaml:version >= "4.00.0"}
11 ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
12 ["ocaml" "setup.ml" "-build"]
13]
14install: ["ocaml" "setup.ml" "-install"]
15remove: ["ocamlfind" "remove" "otto"]
16depends: [
17 "ocaml"
18 "ocamlfind" {build}
19 "oasis" {>= "0.4.0"}
20]
21synopsis: "Otto is a testing / autograding library"
22description:
23 "Otto is designed to any easy to use testing library designed specifically for autograding. Otto makes it simple to get started writing tests, and is robust. For example, it is built to handle functions that loop infinitely without allocating."
24flags: light-uninstall
25url {
26 src: "https://github.com/jrraymond/otto/archive/v0.0.1.tar.gz"
27 checksum: [
28 "sha256=669761076bff7a0080d388f9dd5a775acb47bf33ffe9f608b718715c5c80c39d"
29 "md5=0289d241be4dd8e86e1c59ed5cfa1391"
30 ]
31}