LDAPv3: Lightweight Directory Access Protocol (LDAP) version 3
This library provides a pure Haskell implementation of the Lightweight Directory Access Protocol (LDAP) version 3 as specified in RFC4511 (see LDAPv3.Message).
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).
Moreover, this library also implements String Representation of Search Filters as per RFC4515 and String Representation of Distinguished Names as per RFC4514 (see LDAPv3.StringRepr for details).
Downloads
- LDAPv3-0.1.2.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
Versions [RSS] | 0.0.0.0, 0.1.0.0, 0.1.1.0, 0.1.2.0 |
---|---|
Change log | ChangeLog.md |
Dependencies | base (>=4.8 && <4.14), binary (>=0.8.3 && <0.9), bytestring (>=0.10.4 && <0.11), containers (>=0.5.5 && <0.6 || >=0.6.0 && <0.7), deepseq (>=1.4.0 && <1.5), int-cast (>=0.2.0 && <0.3), newtype (>=0.2.2 && <0.3), parsec (>=3.1.13 && <3.2), semigroups (>=0.19.1 && <0.20), text (>=1.2.3 && <1.3), text-short (>=0.1.3 && <0.2) [details] |
Tested with | ghc ==8.8.1, ghc ==8.6.5, ghc ==8.4.4, ghc ==8.2.2, ghc ==8.0.2, ghc ==7.10.3 |
License | GPL-2.0-or-later |
Copyright | © 2018-2023 Herbert Valerio Riedel |
Author | Herbert Valerio Riedel |
Maintainer | hvr@gnu.org |
Category | Network |
Bug tracker | https://github.com/hvr/LDAPv3/issues |
Source repo | head: git clone https://github.com/hvr/LDAPv3.git |
Uploaded | by HerbertValerioRiedel at 2023-09-22T08:16:27Z |
Distributions | |
Downloads | 1052 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user [build log] All reported builds failed as of 2023-09-22 [all 1 reports] |