this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "Seq with monads" 4description: "Variations of the Seq module with monads folded into the type" 5maintainer: ["Raphaël Proust"] 6authors: ["Raphaël Proust"] 7license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception" 8tags: ["monad" "seq"] 9homepage: "https://gitlab.com/nomadic-labs/seqes" 10doc: "https://gitlab.com/nomadic-labs/seqes" 11bug-reports: "https://gitlab.com/nomadic-labs/seqes/-/issues" 12depends: [ 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 "ppx_expect" {with-test} 19 "odoc" {with-doc} 20] 21build: [ 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] 35dev-repo: "git+https://gitlab.com/nomadic-labs/seqes.git" 36url { 37 src: "https://gitlab.com/nomadic-labs/seqes/-/archive/0.1/seqes-0.1.tar.gz" 38 checksum: [ 39 "md5=d3fdbbc3fca033015f2c6cb9fdaba133" 40 "sha512=1aa757c85b67f96e77c82c905eb0ba930ce4284e4c46551525421b77bf458b5993b8d63fd68ed54df95f6a03d8ce7bb60e20ca517bfa77f85d0d7267fbe35cb4" 41 ] 42}