package syslog-message
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=f9eca2bfa26f0b410ab371b5b39aa816d2b46d4e18838d401e0e4d73ac43f70d
sha512=7bcf7d6b8085614a440c67a655c90353f56a55a7e0888fc9a1e7b7dec7a84bb32d36324fd157fd70942b0d868cc85e19272e7700ccc68362e15b5d4b6df66993
CHANGES.md.html
1.2.0 (2023-06-03)
remove dependency on astring (#28, @hannesm)
use OCaml-CI (#27, @Leonidas-from-XIV, @verbosemode)
bump required dune version to 2.0
raise lower bound to ocaml 4.08.0; remove rresult dependency (#25, by @hannesm)
1.1.0 (2019-04-14)
additonal conversion and pretty printer functions (#23, by @vbmithr)
1.0.0 (2018-10-14)
Warning: encode function no longer truncates messages to 1024 bytes by default
split message part into tag and content (#20, by @hannesm)
use result types instead of option (#20, by @hannesm)
remove transport-dependent length check from encode (#20, by @hannesm)
switch build system to Dune (#19, by @dra27)
add encode_local for sending to local syslog (#17, by @dra27)
forgot to thank @hannesm, @Leonidas-from-XIV for past contributions
0.0.2 (2016-10-29)
simplify API: no set_hostname, hostname anymore #11
introduce Rfc3164_timestamp module #11
parse is now decode, to_string encode #11
pp_string is now to_string #11
provide pp : Format.formatter -> t -> unit
remove int_to_severity/severity_to_int/int_to_facility/facility_to_int #11
use topkg instead of oasis
cleanups #8 #9
0.0.1 (2016-03-24)
Initial release supporting RFC 3164