this repo has no description
1opam-version: "2.0"
2maintainer: "rudi.grinberg@gmail.com"
3authors: ["Rudi Grinberg"]
4license: "MIT"
5
6build: [
7 [make "configure"]
8 [make "build"]
9]
10remove: [
11 ["ocamlfind" "remove" "mtl"]
12]
13
14depends: [
15 "ocaml" {>= "4.01.0" & < "5.0.0"}
16 "ocamlfind"
17 "obuild"
18]
19dev-repo: "git+https://github.com/rgrinberg/ocaml-mtl"
20install: [make "install"]
21synopsis: "A Monad Transformers Library for OCaml"
22description:
23 "Based on the original work at: http://lambda.jimpryor.net/monad_library/"
24flags: light-uninstall
25url {
26 src: "https://github.com/rgrinberg/ocaml-mtl/archive/v1.0.0.tar.gz"
27 checksum: [
28 "sha256=d1a54676bbffa0401efecc61d614a2a46c78fecf8c1c28341c4aeb85a6b1a87d"
29 "md5=705ec4ca36ed5ab8f4bde4d8f8537f7d"
30 ]
31}