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} 20 [ "dune" "build" "@doc" "-p" name ] {with-doc} 21] 22 23depends: [ 24 "ocaml" { >= "4.08.0" } 25 "dune" { >= "2.8.0" } 26 "either" 27 "alcotest" {with-test} 28 "qcheck-core" {with-test & >= "0.11" & < "0.18"} 29 "qcheck-alcotest" {with-test} 30 "mdx" {with-test & < "2.0"} 31 "odoc"{with-doc} 32] 33 34synopsis: "An opinionated library for function programming (à La Haskell)" 35description:""" 36Preface is an opinionated library designed to facilitate the 37handling of recurring functional programming idioms in OCaml. 38""" 39url { 40 src: 41 "https://github.com/xvw/preface/releases/download/v0.1.0/preface-v0.1.0.tbz" 42 checksum: [ 43 "sha256=c29e7db45487aae9328e365f6fd93c9ad0af21f507a918c54d7d8313f1e12259" 44 "sha512=2e6cde461dcfc07d7e6764398d336ceb5d9baf22672fc00bfbf07d31607defa55323a7d33696fbabea59c0e00c8dfa603ae143e277939a059c9c3bf08d51ba64" 45 ] 46} 47x-commit-hash: "d58ecceff6f0699c4d75512722abd8b3efdc9e8a"