this repo has no description
1opam-version: "2.0"
2maintainer: "xvw <xavier.vdw@gmail.com>"
3authors: "xvw <xavier.vdw@gmail.com>"
4homepage: "https://github.com/xvw/olmi"
5bug-reports: "https://github.com/xvw/olmi/issues"
6license: "GPL-3.0-only"
7dev-repo: "git+https://github.com/xvw/olmi.git"
8build: [
9 ["./configure" "--prefix=%{prefix}%"]
10 [make]
11]
12install: [make "install"]
13remove: ["ocamlfind" "remove" "olmi"]
14depends: [
15 "ocaml" {>= "4.00.0" & < "5.0.0"}
16 "ocamlfind" {build}
17 "ocamlbuild" {build}
18]
19synopsis:
20 "Olmi provide functor to generate monadic combinators with a minimal interface"
21description:
22 "Olmi for OCaml Lightweight Monadic Interface provide some functors to build all monadic combinators with a minimal interface."
23available: [os != "win32"]
24flags: light-uninstall
25url {
26 src: "https://github.com/xvw/olmi/releases/download/v1.1/olmi.tar.gz"
27 checksum: [
28 "sha256=8013f3d4d6d22b191499a8f379003cee78940b8d0c327782bb597f9fb9ad42b4"
29 "md5=3e9903afbd15ca7a0f060f03d65317aa"
30 ]
31}