this repo has no description
1opam-version: "2.0" 2authors: "Vincent Bernardoff <vb@luminar.eu.org>" 3maintainer: "Vincent Bernardoff <vb@luminar.eu.org>" 4homepage: "https://github.com/vbmithr/ocaml-syslog-rfc5424" 5bug-reports: "https://github.com/vbmithr/ocaml-syslog-rfc5424/issues" 6dev-repo: "git+https://github.com/vbmithr/ocaml-syslog-rfc5424" 7doc: "https://vbmithr.github.io/ocaml-syslog-rfc5424/doc" 8build: [ "dune" "build" "-j" jobs "-p" name ] 9run-test: [ "dune" "runtest" "-j" jobs "-p" name ] 10depends: [ 11 "ocaml" {>= "4.08.0"} 12 "dune" {>= "1.11.4"} 13 "uint" {>= "2.0.1"} 14 "rresult" {>= "0.6.0"} 15 "logs" {>= "0.7.0"} 16 "syslog-message" {>= "1.1.0"} 17 "ptime" {>= "0.8.5"} 18 "tyre" {>= "0.4.1"} 19 "astring" {with-test & >= "0.8.3"} 20 "alcotest" {with-test & >= "0.8.5"} 21] 22synopsis: "Syslog Protocol (RFC5424) parser and pretty-printer" 23description:"""This is a library for parsing and generating 24[RFC5424](https://tools.ietf.org/html/rfc5424) Syslog 25messages (obsoletes RFC3164). 26""" 27url { 28 src: 29 "https://github.com/vbmithr/ocaml-syslog-rfc5424/releases/download/0.1/syslog-rfc5424-0.1.tbz" 30 checksum: [ 31 "sha256=7d5b8c05a77c211eeac3816bb1a988c6c651e7235348b17450df0b8034530a07" 32 "sha512=310acc0429d3e8f67b010a331e0b3f90bd41c04af3de2d8a4abe24e4028e16c1987954c4285b170013767254509d5b6ce580ca4181e8e2d2099080575a1fd4a4" 33 ] 34}