Skip to content

Commit

Permalink
Merge pull request #27267 from raphael-proust/opam-publish-seqes.0.3
Browse files Browse the repository at this point in the history
Package seqes.0.3
  • Loading branch information
mseri authored Jan 15, 2025
2 parents f8f2375 + 381b065 commit 5670175
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions packages/seqes/seqes.0.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# 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.3/seqes-0.3.tar.gz"
checksum: [
"md5=e37b055d887344847f5161fa5bd3588c"
"sha512=c564e342d7e5839038b19bee0bbfefaad329db1d0b89a196ec272433d2b5af9957955596c57727e8c93b97df81c4f1a4cb9dcf281a336f84c7de94b07638be4f"
]
}

0 comments on commit 5670175

Please sign in to comment.