this repo has no description

Merge pull request #22644 from raphael-proust/opam-publish-seqes.0.1

Package seqes.0.1

Changed files
+42
packages
seqes
seqes.0.1
+42
packages/seqes/seqes.0.1/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/nomadic-labs/seqes"
+
doc: "https://gitlab.com/nomadic-labs/seqes"
+
bug-reports: "https://gitlab.com/nomadic-labs/seqes/-/issues"
+
depends: [
+
"ocaml" {>= "4.14"}
+
"dune" {>= "3.0"}
+
"qcheck" {with-test & >= "0.19"}
+
"qcheck-alcotest" {with-test}
+
"alcotest" {with-test & >= "1.5.0"}
+
"ppx_expect" {with-test}
+
"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/nomadic-labs/seqes.git"
+
url {
+
src: "https://gitlab.com/nomadic-labs/seqes/-/archive/0.1/seqes-0.1.tar.gz"
+
checksum: [
+
"md5=d3fdbbc3fca033015f2c6cb9fdaba133"
+
"sha512=1aa757c85b67f96e77c82c905eb0ba930ce4284e4c46551525421b77bf458b5993b8d63fd68ed54df95f6a03d8ce7bb60e20ca517bfa77f85d0d7267fbe35cb4"
+
]
+
}