File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed
packages/duppy/duppy.0.9.3 Expand file tree Collapse file tree 1 file changed +36
-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: "Library providing monadic threads"
4+ maintainer: ["The Savonet Team <
[email protected] >"]
5+ authors: ["Romain Beauxis <
[email protected] >"]
6+ license: "LGPL-2.1"
7+ homepage: "https://github.com/savonet/ocaml-duppy"
8+ bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
9+ depends: [
10+ "dune" {>= "2.7"}
11+ "pcre"
12+ "odoc" {with-doc}
13+ ]
14+ build: [
15+ ["dune" "subst"] {dev}
16+ [
17+ "dune"
18+ "build"
19+ "-p"
20+ name
21+ "-j"
22+ jobs
23+ "@install"
24+ "@runtest" {with-test}
25+ "@doc" {with-doc}
26+ ]
27+ ]
28+ dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
29+ url {
30+ src:
31+ "https://github.com/savonet/ocaml-duppy/archive/refs/tags/v0.9.3.tar.gz"
32+ checksum: [
33+ "md5=6cf3749bbcf496d2c41c4aa24f3a3536"
34+ "sha512=b10185a1ddf8c27df55ef7c12abcc7bf7ac528c39ed76db9b3dc428ccbed7a881d2862956ecf437d3ad47d89401b437547cd5b770046a882ecb007c50c126c18"
35+ ]
36+ }
You can’t perform that action at this time.
0 commit comments