summaryrefslogtreecommitdiff
path: root/src/idl/dune
blob: eae7d2cda51a82de4c321eeb6f3835be8fbf3d6e (plain)
1
2
3
4
5
6
7
8
9
10
(library
  (name OBus_idl)
  (synopsis "DSL for defining D-Bus interfaces")
  (libraries obus_internals))

(ocamllex
  (modules lexer))

(menhir
  (modules parser))