opam-version: "2.0" maintainer: "Hannes Mehnert " authors: ["Hannes Mehnert "] homepage: "https://github.com/hannesm/logs-syslog" doc: "https://hannesm.github.io/logs-syslog/doc" dev-repo: "git+https://github.com/hannesm/logs-syslog.git" bug-reports: "https://github.com/hannesm/logs-syslog/issues" license: "ISC" depends: [ "ocaml" {>= "4.03.0"} "dune" {>= "1.1.0"} "logs" "ptime" "syslog-message" {>= "1.0.0" & < "1.2.0"} ] depopts: [ "lwt" "x509" "tls" "cstruct" "mirage-kv-lwt" "mirage-console-lwt" "mirage-clock" "mirage-stack-lwt" "ipaddr" ] conflicts: [ "mirage-types-lwt" {< "3.0.0"} "x509" {< "0.6.0"} "tls" {< "0.8.0"} "tls" {>= "0.16.0"} "mirage-clock" {>= "3.0.0"} ] build: [ "dune" "build" "-p" name "-j" jobs ] synopsis: "Logs reporter to syslog (UDP/TCP/TLS)" description: """ This library provides log reporters using syslog over various transports (UDP, TCP, TLS) with various effectful layers: Unix, Lwt, MirageOS. It integrates the [Logs](http://erratique.ch/software/logs) library, which provides logging infrastructure for OCaml, with the [syslog-message](http://verbosemo.de/syslog-message/) library, which provides encoding and decoding of syslog messages ([RFC 3164](https://tools.ietf.org/html/rfc3164)). """ url { src: "https://github.com/hannesm/logs-syslog/releases/download/0.2.0/logs-syslog-0.2.0.tbz" checksum: [ "sha256=de51edec31ee11430c51e68a4dc0d73151814e217d6688117a05885d5348c0ed" "md5=56b3c8007cfad68e843b6d66c2fb780f" ] }