opam-version: "2.0" synopsis: "syslog(3) routines for ocaml" authors: [ "Shawn Wagner" "Eric Stokes" ] maintainer: [ "Julien Sagot " ] homepage: "http://github.com/geneanet/ocaml-syslog" dev-repo: "git+https://github.com/geneanet/ocaml-syslog" bug-reports: "https://github.com/geneanet/ocaml-syslog/issues" license: "LGPL-2.0-or-later" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] depends: [ "dune" {>= "2.0"} "ocaml" {>= "4.03.0"} ] url { src: "https://github.com/geneanet/ocaml-syslog/archive/v2.0.1.tar.gz" checksum: [ "md5=67b714af4cb913d14d4d9bd75a629213" "sha512=dc7d4ac2250e7d1d35d8c1cbeb0e369e9a7a0f78cc13d1727b0a9cac047b4d4a587921acb2999ae887e0437c99b0a64b2d1d2bb091645e9c99353a856fa1d2f5" ] }