@hackage LDAPv30.0.0.0
Lightweight Directory Access Protocol (LDAP) version 3
Categories
License
GPL-2.0-or-later
Maintainer
hvr@gnu.org
Links
Versions
Installation
Dependencies (9)
- base >=4.8 && <4.14
- binary ^>=0.8.3
- bytestring ^>=0.10.4
- containers ^>=0.5.5 || ^>=0.6.0
- deepseq ^>=1.4.0
- int-cast ^>=0.2.0 Show all…
Dependents (0)
This library provides a pure Haskell implementation of the Lightweight Directory Access Protocol (LDAP) version 3 as specified in RFC4511.
Serializing and deserializing to and from the wire ASN.1 encoding for the purpose of implementing network clients and servers is supported via Binary instances (see 'binary' package).