this repo has no description
1opam-version: "2.0"
2
3synopsis: "syslog(3) routines for ocaml (RFC 3164)"
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.1-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.2.tar.gz"
39 checksum: [
40 "md5=5a961c4513d5eca6b7f442581a40f68a"
41 "sha512=fbc264dcc70c757f76d6978be78bdab63e083a03e00f0c43f0689ad182e90fabb67c35dbbdec82361a84e99818e6adf6f9ff76923dafec5a1a2e12b64c715ae8"
42 ]
43}