this repo has no description
1opam-version: "2.0" 2maintainer: "Jochen Bartl <jochenbartl@mailbox.org>" 3authors: [ "Jochen Bartl <jochenbartl@mailbox.org>" ] 4license: "BSD-2-Clause" 5homepage: "https://github.com/verbosemode/syslog-message" 6dev-repo: "git+https://github.com/verbosemode/syslog-message.git" 7bug-reports: "https://github.com/verbosemode/syslog-message/issues" 8doc: "https://verbosemode.github.io/syslog-message/doc" 9 10build: [ 11 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%"] 12 ["ocaml" "pkg/pkg.ml" "build" "--pinned" "%{pinned}%" "--tests" "true"] 13 {with-test} 14 ["ocaml" "pkg/pkg.ml" "test"] {with-test} 15] 16depends: [ 17 "ocaml" {>= "4.02.3"} 18 "ocamlfind" {build} 19 "ocamlbuild" {build} 20 "topkg" {build} 21 "astring" 22 "ptime" 23 "qcheck" {with-test & < "0.5"} 24] 25synopsis: "Syslog message parser" 26description: 27 "This is a library for parsing and generating RFC 3164 compatible Syslog messages." 28url { 29 src: 30 "https://github.com/verbosemode/syslog-message/releases/download/0.0.2/syslog-message-0.0.2.tbz" 31 checksum: [ 32 "sha256=78c3d0787a9b9d86469ef213968426aa7fb3253d49e62756ee2a114a144daca4" 33 "md5=0894adad6e936975d5aaf7ed32ec2908" 34 ] 35}