this repo has no description
1opam-version: "2.0" 2 3synopsis: "syslog(3) routines for ocaml" 4 5authors: [ 6 "Shawn Wagner" 7 "Eric Stokes" 8] 9 10maintainer: [ "Julien Sagot <julien.sagot@geneanet.org>" ] 11 12homepage: "http://github.com/geneanet/ocaml-syslog" 13dev-repo: "git+https://github.com/geneanet/ocaml-syslog" 14bug-reports: "https://github.com/geneanet/ocaml-syslog/issues" 15 16license: "LGPL-2.0-or-later" 17 18build: [ "dune" "build" ] 19 20depends: [ 21 "dune" {< "3.0"} 22 "ocaml" {>= "4.03.0"} 23] 24url { 25 src: "https://github.com/geneanet/ocaml-syslog/archive/v2.0.0.tar.gz" 26 checksum: [ 27 "md5=5bf1565ee78aaf8cdc5505b2b386ab19" 28 "sha512=e69f34da1b873fc29db7e154e0ea799427aef38022f3e44246221245916f057cc68085f6e8eae0998c397af3578ecb8a824ac37e308a799fc521f3f170ae0d24" 29 ] 30}