package obus
Install
Dune Dependency
Authors
Maintainers
Sources
md5=81eb1034c6ef4421a2368a9b352199de
sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205
CHANGES.md.html
1.2.5 (2024-02-27)
Add OCaml >= 5.0 support
Upgrade to ppxlib >= 0.26.0
1.2.0 (2019-07-04)
opam: add dependency on
menhir
,ppxlib
opam: remove dependency on
camlp4
,lwt_camlp4
switch to dune build system
replace Camlp4-based parser with the one generated by Menhir
remove all Camlp4 dependencies
replace Camlp4-based syntax module with obus.ppx
1.1.8 (2018-06-02)
opam: add dependency on
oasis
,lwt_react
,lwt_camlp4
,lwt_log
opam:
ocamlfind
is now a build dependencyadd support for OCaml 4.06 and
lwt
3bump minimum OCaml version to 4.02.3
enable travis tests
fix missing signature validation
1.1.7 (2016-07-18)
fix compatibility with OCaml 4.03.0
1.1.6 (2014-04-21)
support for React 1.0.0
1.1.5 (2012-10-02)
compatibility fix for type-conv
1.1.4 (2012-07-30)
update oasis files
minor fixes
1.1.3 (2011-07-29)
depends on type-conv instead of type-conv.syntax
implements version 0.18 of the specification:
add the
eavesdrop
match keyword
1.1.2 (2011-04-12)
implement property monitoring for upower, udisks and network-manager
implement new D-Bus errors (UnknownObject, UnknownInterface, ...)
update and implement new argument filters (argNpath and argNnamespace)
1.1.1 (2011-02-14)
Fix a race condition in servers that may causes authentication to hang
Add support for launchd addresses
1.1 (2010-12-13)
First stable release