Skip to content

Commit ba444d1

Browse files
Package seqes.0.2
1 parent 571829b commit ba444d1

File tree

1 file changed

+41
-0
lines changed
  • packages/seqes/seqes.0.2

1 file changed

+41
-0
lines changed

packages/seqes/seqes.0.2/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "Seq with monads"
4+
description: "Variations of the Seq module with monads folded into the type"
5+
maintainer: ["Raphaël Proust"]
6+
authors: ["Raphaël Proust"]
7+
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
8+
tags: ["monad" "seq"]
9+
homepage: "https://gitlab.com/nomadic-labs/seqes"
10+
doc: "https://gitlab.com/nomadic-labs/seqes"
11+
bug-reports: "https://gitlab.com/nomadic-labs/seqes/-/issues"
12+
depends: [
13+
"ocaml" {>= "4.14"}
14+
"dune" {>= "3.0"}
15+
"qcheck" {with-test & >= "0.19"}
16+
"qcheck-alcotest" {with-test}
17+
"alcotest" {with-test & >= "1.5.0"}
18+
"odoc" {with-doc}
19+
]
20+
build: [
21+
["dune" "subst"] {dev}
22+
[
23+
"dune"
24+
"build"
25+
"-p"
26+
name
27+
"-j"
28+
jobs
29+
"@install"
30+
"@runtest" {with-test}
31+
"@doc" {with-doc}
32+
]
33+
]
34+
dev-repo: "git+https://gitlab.com/nomadic-labs/seqes.git"
35+
url {
36+
src: "https://gitlab.com/nomadic-labs/seqes/-/archive/0.2/seqes-0.2.tar.gz"
37+
checksum: [
38+
"md5=1b45f9840eb73c2acc1f68741f668ace"
39+
"sha512=800c26f40e2521485c26d3a9adfa9e59d363db92c5a942dfdb862dccf2a8a8ac5e85f4cbcf21dc99a94958d822cc839b6aa88925e24359ffade97dcf27db98a3"
40+
]
41+
}

0 commit comments

Comments
 (0)