File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
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/raphael-proust/seqes"
10
+ doc: "https://gitlab.com/raphael-proust/seqes"
11
+ bug-reports: "https://gitlab.com/raphael-proust/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
+ "mutaml" {with-dev-setup}
19
+ "odoc" {with-doc}
20
+ ]
21
+ build: [
22
+ ["dune" "subst"] {dev}
23
+ [
24
+ "dune"
25
+ "build"
26
+ "-p"
27
+ name
28
+ "-j"
29
+ jobs
30
+ "@install"
31
+ "@runtest" {with-test}
32
+ "@doc" {with-doc}
33
+ ]
34
+ ]
35
+ dev-repo: "git+https://gitlab.com/raphael-proust/seqes.git"
36
+ url {
37
+ src:
38
+ "https://gitlab.com/raphael-proust/seqes/-/archive/0.3/seqes-0.3.tar.gz"
39
+ checksum: [
40
+ "md5=e37b055d887344847f5161fa5bd3588c"
41
+ "sha512=c564e342d7e5839038b19bee0bbfefaad329db1d0b89a196ec272433d2b5af9957955596c57727e8c93b97df81c4f1a4cb9dcf281a336f84c7de94b07638be4f"
42
+ ]
43
+ }
You can’t perform that action at this time.
0 commit comments