this repo has no description
1opam-version: "2.0"
2synopsis: "Library to make OCaml program act as a Windows service"
3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"]
4authors: ["Romain Beauxis <toots@rastageeks.org>"]
5license: "GPL-2.0-only"
6homepage: "https://github.com/savonet/ocaml-winsvc"
7bug-reports: "https://github.com/savonet/ocaml-winsvc/issues"
8depends: [
9 "dune" {> "2.0"}
10]
11build: [
12 ["dune" "subst"] {dev}
13 [
14 "dune"
15 "build"
16 "-p"
17 name
18 "-j"
19 jobs
20 "@install"
21 "@runtest" {with-test}
22 "@doc" {with-doc}
23 ]
24]
25dev-repo: "git+https://github.com/savonet/ocaml-winsvc.git"
26available: [ os = "win32" ]
27url {
28 src: "https://github.com/savonet/ocaml-winsvc/archive/v1.0.0.tar.gz"
29 checksum: [
30 "md5=86d48dc11dd66adac6daadbecb5f6888"
31 "sha512=30e208d35ed7eb30e90d5fd4f0dde3ff4f527155df90e2d9cffadec15513b65b72503fc223bd784203f2b9081f68bedd5a2b157ffb0b2d9b765546dac1094875"
32 ]
33}