(ocamlyacc ldif_changerec_parser)
(ocamllex ldif_changerec_lexer)

(library
  (name ldif)
  (public_name ldap.ldif)
  (wrapped false)
  (modules_without_implementation ldif_types)
  (libraries ldap threads netstring))

; TODO: remove threads. See https://gitlab.camlcity.org/gerd/lib-ocamlnet3/issues/14
