(lang dune 3.17)
(name syslog)
(version 2.0.2)
(sections
 (lib /usr/lib/arm-linux-gnueabi/ocaml/5.3.0/syslog)
 (doc /usr/doc/syslog))
(files
 (lib
  (META
   dune-package
   opam
   syslog.cma
   syslog.cmi
   syslog.cmt
   syslog.cmti
   syslog.ml
   syslog.mli))
 (doc (LICENSE)))
(library
 (name syslog)
 (kind normal)
 (synopsis "syslog(3) routines for ocaml")
 (archives (byte syslog.cma))
 (plugins (byte syslog.cma))
 (requires unix)
 (main_module_name Syslog)
 (modes byte)
 (modules
  (singleton
   (obj_name syslog)
   (visibility public)
   (source (path Syslog) (intf (path syslog.mli)) (impl (path syslog.ml))))))
