this repo has no description

Merge pull request #27506 from xvw/release-preface-v1.1.0

[new release] preface (1.1.0)

Changed files
+54 -8
packages
preface
preface.1.1.0
yocaml
yocaml.1.0.0
yocaml_cmark
yocaml_cmark.1.0.0
yocaml_git
yocaml_git.1.0.0
yocaml_jingoo
yocaml_jingoo.1.0.0
yocaml_markdown
yocaml_markdown.1.0.0
yocaml_mustache
yocaml_mustache.1.0.0
yocaml_unix
yocaml_unix.1.0.0
yocaml_yaml
yocaml_yaml.1.0.0
+46
packages/preface/preface.1.1.0/opam
···
+
opam-version: "2.0"
+
+
maintainer: "xaviervdw@gmail.com"
+
authors: [
+
"Didier Plaindoux <d.plaindoux@free.fr>"
+
"Pierre Ruyter <grimfw@gmail.com>"
+
"Xavier Van de Woestyne <xaviervdw@gmail.com>"
+
]
+
+
license: "MIT"
+
tags: ["library" "standard" "monad"]
+
homepage: "https://github.com/xvw/preface"
+
dev-repo: "git+https://github.com/xvw/preface.git"
+
bug-reports: "https://github.com/xvw/preface/issues"
+
+
build: [
+
[ "dune" "subst" ] {dev}
+
[ "dune" "build" "-p" name "-j" jobs ]
+
[ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "5.1.0"}
+
[ "dune" "build" "@doc" "-p" name ] {with-doc}
+
]
+
+
depends: [
+
"ocaml" { >= "4.12.0" }
+
"dune" { >= "2.8.0" }
+
"alcotest" {with-test}
+
"qcheck-core" { >= "0.19"}
+
"qcheck-alcotest" {with-test}
+
"mdx" {with-test}
+
"odoc"{with-doc}
+
]
+
+
synopsis: "An opinionated library for function programming (à La Haskell)"
+
description:"""
+
Preface is an opinionated library designed to facilitate the
+
handling of recurring functional programming idioms in OCaml.
+
"""
+
url {
+
src:
+
"https://github.com/xvw/preface/releases/download/v1.1.0/preface-1.1.0.tbz"
+
checksum: [
+
"sha256=82d8cebf4fa7aac522835e84e735ddfd24de5b9f6d816fb8134ce1f460e4494f"
+
"sha512=22c84b1870311c52f245d4703ffa6adcbc33ed7d152ddbc17978c35c56a9c71b4231158ed25a6fd53ee80a2913d52a81247529afddb0e0639c63174717500daf"
+
]
+
}
+
x-commit-hash: "904d5db8b71eade4d51dd7ab76e1736f75436b82"
+1 -1
packages/yocaml/yocaml.1.0.0/opam
···
"dune" { >= "2.8" }
"odoc" {with-doc}
"alcotest" {with-test}
-
"preface" { >= "1.0.0"}
+
"preface" { = "1.0.0"}
]
conflicts: [
"ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"}
+1 -1
packages/yocaml_cmark/yocaml_cmark.1.0.0/opam
···
"ocaml" { >= "4.14.0" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"cmarkit"
"yocaml" {= version}
]
+1 -1
packages/yocaml_git/yocaml_git.1.0.0/opam
···
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"lwt" { >= "5.4.2" }
"git-kv" { >= "0.0.3" }
"git-unix"
+1 -1
packages/yocaml_jingoo/yocaml_jingoo.1.0.0/opam
···
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0"}
+
"preface" { = "1.0.0"}
"jingoo" { >= "1.4.3" }
"yocaml" {= version}
]
+1 -1
packages/yocaml_markdown/yocaml_markdown.1.0.0/opam
···
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"omd" { >= "1.3.1" }
"yocaml" {= version}
]
+1 -1
packages/yocaml_mustache/yocaml_mustache.1.0.0/opam
···
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"mustache" { >= "3.1.0" }
"yocaml" {= version}
]
+1 -1
packages/yocaml_unix/yocaml_unix.1.0.0/opam
···
"ocaml" { >= "4.11.1" }
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"cryptokit" { >= "1.16.1" }
"logs" {>= "0.7.0" }
"conduit-lwt" { >= "4.0.0" }
+1 -1
packages/yocaml_yaml/yocaml_yaml.1.0.0/opam
···
"ocaml" { >= "4.11.1" & < "5.3"}
"dune" { >= "2.8" }
"odoc" {with-doc}
-
"preface" { >= "1.0.0" }
+
"preface" { = "1.0.0" }
"yaml" { >= "2.1.0" }
"yocaml" {= version}
"alcotest" {with-test}