File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed
packages/duppy/duppy.0.9.5 Expand file tree Collapse file tree 1 file changed +37
-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-only"
7
+ homepage: "https://github.com/savonet/ocaml-duppy"
8
+ bug-reports: "https://github.com/savonet/ocaml-duppy/issues"
9
+ depends: [
10
+ "ocaml" {>= "4.07.0"}
11
+ "dune" {>= "2.7"}
12
+ "re" {>= "1.7.2"}
13
+ "odoc" {with-doc}
14
+ ]
15
+ build: [
16
+ ["dune" "subst"] {dev}
17
+ [
18
+ "dune"
19
+ "build"
20
+ "-p"
21
+ name
22
+ "-j"
23
+ jobs
24
+ "@install"
25
+ "@runtest" {with-test}
26
+ "@doc" {with-doc}
27
+ ]
28
+ ]
29
+ dev-repo: "git+https://github.com/savonet/ocaml-duppy.git"
30
+ url {
31
+ src:
32
+ "https://github.com/savonet/ocaml-duppy/archive/refs/tags/v0.9.5.tar.gz"
33
+ checksum: [
34
+ "md5=3d44e9b714291c199aaeb7bbed9d8eb0"
35
+ "sha512=9859a933d20777a0c1c12388b27953a391f71fe699c421ac52505ffab7321cef10454833927bf27355b0775192d8e6a2647c4fa5efe4874289db81577b9955d5"
36
+ ]
37
+ }
You can’t perform that action at this time.
0 commit comments