-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27267 from raphael-proust/opam-publish-seqes.0.3
Package seqes.0.3
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |