package obus
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=75703f78015e15d03d0fdba1633a155875daf17d854225658429e72a0df06258
md5=3090a796f0af95e16838d81656ac4b97
CHANGES.md.html
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