Skip to content

Commit

Permalink
Merge pull request ocaml#18926 from toots/opam-publish-dtools.0.4.3
Browse files Browse the repository at this point in the history
Package dtools.0.4.3
  • Loading branch information
kit-ty-kate authored Jun 25, 2021
2 parents 71b47ea + e0ce586 commit e8d3468
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/dtools/dtools.0.4.3/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
synopsis: "Library providing various helper functions to make daemons"
maintainer: ["Romain Beauxis <[email protected]>"]
authors: ["The Savonet Team <[email protected]>"]
license: "GPL-2.0"
homepage: "https://github.com/savonet/ocaml-dtools"
bug-reports: "https://github.com/savonet/ocaml-dtools/issues"
depends: [
"ocaml" {>= "4.05.0"}
"dune" {>= "2.8"}
"odoc" {with-doc}
]
depopts: ["syslog"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/savonet/ocaml-dtools.git"
url {
src: "https://github.com/savonet/ocaml-dtools/archive/v0.4.3.tar.gz"
checksum: [
"md5=44c8d8e5e5a986a519064f268642fc5c"
"sha512=643aeb7cbfcdab79110daf85a29c4a6fff7a965888820859a6c0d9cc14ba92a5ad3a1e84cb60176ac8cbe4a7cd30602032a05924d2d48795c62867b09dc290d8"
]
}

0 comments on commit e8d3468

Please sign in to comment.