···
2
+
maintainer: "Hannes Mehnert <hannes@mehnert.org>"
3
+
authors: ["Hannes Mehnert <hannes@mehnert.org>"]
4
+
homepage: "https://github.com/hannesm/logs-syslog"
5
+
doc: "https://hannesm.github.io/logs-syslog/doc"
6
+
dev-repo: "git+https://github.com/hannesm/logs-syslog.git"
7
+
bug-reports: "https://github.com/hannesm/logs-syslog/issues"
11
+
"ocaml" {>= "4.03.0"}
15
+
"syslog-message" {>= "1.0.0"}
20
+
"x509" "tls-lwt" "tls-mirage" "cstruct"
22
+
"mirage-clock" "ipaddr" "tcpip"
26
+
"mirage-kv" {< "3.0.0"}
27
+
"mirage-clock" {< "3.0.0"}
29
+
"tls-lwt" {< "1.0.0"}
30
+
"tls-mirage" {< "1.0.0"}
34
+
[ "dune" "subst" ] {dev}
35
+
[ "dune" "build" "-p" name "-j" jobs ]
38
+
synopsis: "Logs reporter to syslog (UDP/TCP/TLS)"
40
+
This library provides log reporters using syslog over various transports (UDP,
41
+
TCP, TLS) with various effectful layers: Unix, Lwt, MirageOS. It integrates the
42
+
[Logs](http://erratique.ch/software/logs) library, which provides logging
43
+
infrastructure for OCaml, with the
44
+
[syslog-message](http://verbosemo.de/syslog-message/) library, which provides
45
+
encoding and decoding of syslog messages ([RFC
46
+
3164](https://tools.ietf.org/html/rfc3164)).
50
+
"https://github.com/hannesm/logs-syslog/releases/download/v0.4.1/logs-syslog-0.4.1.tbz"
52
+
"sha256=a61e6a97e21579f510222433361b2dc5f75863e11aebbafe413d577ba31ad9d5"
53
+
"sha512=574462f493dee3be9a42fb87d9fca590618aaceb36160c1c7242aef71d1cd804f280e508793fc1e14809126a9d7438a521829aca0e807057a147013bced3f528"
56
+
x-commit-hash: "195dce471521baaca55a011d76b6fbf9e6f524b8"