this repo has no description
1opam-version: "2.0"
2
3synopsis: "syslog(3) routines for ocaml"
4
5authors: [
6 "Shawn Wagner"
7 "Eric Stokes"
8]
9
10maintainer: [ "Julien Sagot <julien.sagot@geneanet.org>" ]
11
12homepage: "http://github.com/geneanet/ocaml-syslog"
13dev-repo: "git+https://github.com/geneanet/ocaml-syslog"
14bug-reports: "https://github.com/geneanet/ocaml-syslog/issues"
15
16license: "LGPL-2.0-or-later"
17
18build: [
19 ["dune" "subst"] {dev}
20 [
21 "dune"
22 "build"
23 "-p"
24 name
25 "-j"
26 jobs
27 "@install"
28 "@runtest" {with-test}
29 "@doc" {with-doc}
30 ]
31]
32
33depends: [
34 "dune" {>= "2.0"}
35 "ocaml" {>= "4.03.0"}
36]
37url {
38 src: "https://github.com/geneanet/ocaml-syslog/archive/v2.0.1.tar.gz"
39 checksum: [
40 "md5=67b714af4cb913d14d4d9bd75a629213"
41 "sha512=dc7d4ac2250e7d1d35d8c1cbeb0e369e9a7a0f78cc13d1727b0a9cac047b4d4a587921acb2999ae887e0437c99b0a64b2d1d2bb091645e9c99353a856fa1d2f5"
42 ]
43}