this repo has no description

Package seqes.0.4

Changed files
+43
packages
seqes
seqes.0.4
+43
packages/seqes/seqes.0.4/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Seq with monads"
+
description: "Variations of the Seq module with monads folded into the type"
+
maintainer: ["Raphaël Proust"]
+
authors: ["Raphaël Proust"]
+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
+
tags: ["monad" "seq"]
+
homepage: "https://gitlab.com/raphael-proust/seqes"
+
doc: "https://gitlab.com/raphael-proust/seqes"
+
bug-reports: "https://gitlab.com/raphael-proust/seqes/-/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.0"}
+
"qcheck" {with-test & >= "0.19"}
+
"qcheck-alcotest" {with-test}
+
"alcotest" {with-test & >= "1.5.0"}
+
"mutaml" {with-dev-setup}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://gitlab.com/raphael-proust/seqes.git"
+
url {
+
src:
+
"https://gitlab.com/raphael-proust/seqes/-/archive/0.4/seqes-0.4.tar.gz"
+
checksum: [
+
"md5=108518b2e5e43c898f387534ca943305"
+
"sha512=d6032806f0085b44c436a5e65329e106ffec0d17c761cfd32f4d305438adf58dd4123f9048ec33539a553aedf3229714fa2af7fa52a2f79f37a2cbc09af5b0be"
+
]
+
}