Releases: ocaml-community/obus
Releases · ocaml-community/obus
1.2.5
1.2.4: Merge pull request #27 from SquidDev/hotfix/uid-check
• fix bus socket access under sudo (#27 Jonathan Coates)
1.2.3: Merge pull request #25 from NathanReb/ppxlib-port
- ppx was ported from ocaml-migrate-parsetree to ppxlib
1.2.2
1.2.1
ppxlib
: fix building for ppxlib 0.9.0lwt
: support lwt.5.0.0
1.2.0
- 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