this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25521 from toots/opam-publish-duppy.0.9.4

Package duppy.0.9.4

authored by

Marcello Seri and committed by
GitHub
dd8381d1 d34d0709

+37
+37
packages/duppy/duppy.0.9.4/opam
··· 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 <savonet-users@lists.sourceforge.net>"] 5 + authors: ["Romain Beauxis <toots@rastageeks.org>"] 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.4.tar.gz" 33 + checksum: [ 34 + "md5=cfcdb5749d63408aa871d76c8ab10457" 35 + "sha512=c2167c6217fd14b51e77cdc5d818907b6957c099892a7a8c2ce6b1a46daa05b753062930002575744315b5363f05bc56832792f8968da19c75aa8da3ee338e70" 36 + ] 37 + }