this repo has no description
1opam-version: "2.0"
2
3maintainer: "xaviervdw@gmail.com"
4authors: [
5 "Didier Plaindoux <d.plaindoux@free.fr>"
6 "Pierre Ruyter <grimfw@gmail.com>"
7 "Xavier Van de Woestyne <xaviervdw@gmail.com>"
8]
9
10license: "MIT"
11tags: ["library" "standard" "monad"]
12homepage: "https://github.com/xvw/preface"
13dev-repo: "git+https://github.com/xvw/preface.git"
14bug-reports: "https://github.com/xvw/preface/issues"
15
16build: [
17 [ "dune" "subst" ] {dev}
18 [ "dune" "build" "-p" name "-j" jobs ]
19 [ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "5.1.0"}
20 [ "dune" "build" "@doc" "-p" name ] {with-doc}
21]
22
23depends: [
24 "ocaml" { >= "4.12.0" }
25 "dune" { >= "2.8.0" }
26 "alcotest" {with-test}
27 "qcheck-core" { >= "0.19"}
28 "qcheck-alcotest" {with-test}
29 "mdx" {with-test}
30 "odoc"{with-doc}
31]
32
33synopsis: "An opinionated library for function programming (à La Haskell)"
34description:"""
35Preface is an opinionated library designed to facilitate the
36handling of recurring functional programming idioms in OCaml.
37"""
38url {
39 src:
40 "https://github.com/xvw/preface/releases/download/v1.1.0/preface-1.1.0.tbz"
41 checksum: [
42 "sha256=82d8cebf4fa7aac522835e84e735ddfd24de5b9f6d816fb8134ce1f460e4494f"
43 "sha512=22c84b1870311c52f245d4703ffa6adcbc33ed7d152ddbc17978c35c56a9c71b4231158ed25a6fd53ee80a2913d52a81247529afddb0e0639c63174717500daf"
44 ]
45}
46x-commit-hash: "904d5db8b71eade4d51dd7ab76e1736f75436b82"