mdbx-doc: add ref to Haskell bindings.

This commit is contained in:
Leonid Yuriev 2021-08-02 09:05:50 +03:00
parent 099dd68630
commit 7e035115bb
3 changed files with 9 additions and 0 deletions

View File

@ -520,6 +520,7 @@ Firefox
firstvalue firstvalue
fixedpoint fixedpoint
FIXME FIXME
fjvallarino
flagbit flagbit
flg flg
flipcoin flipcoin
@ -617,9 +618,11 @@ grep
gtags gtags
gz gz
gzip gzip
hackage
HAGL HAGL
hallvard hallvard
hardcoded hardcoded
haskell
HASSEMAPHORE HASSEMAPHORE
hdiutil hdiutil
hdr hdr
@ -1835,6 +1838,7 @@ Vaefnrs
valbool valbool
valgrind valgrind
validator validator
Vallarino
valnum valnum
valsize valsize
valstr valstr

View File

@ -19,6 +19,10 @@ ChangeLog
- Finalize C++ API (few typos and trivia bugs are still likely for now). - Finalize C++ API (few typos and trivia bugs are still likely for now).
- Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc. - Packages for [Astra Linux](https://astralinux.ru/), [ALT Linux](https://www.altlinux.org/), [ROSA Linux](https://www.rosalinux.ru/), etc.
Acknowledgements:
- [Francisco Vallarino](https://github.com/fjvallarino) for [Haskell bindings for libmdbx](https://hackage.haskell.org/package/libmdbx).
## v0.10.2 at 2021-07-26 ## v0.10.2 at 2021-07-26

View File

@ -564,6 +564,7 @@ Bindings
| Runtime | Repo | Author | | Runtime | Repo | Author |
| ------- | ------ | ------ | | ------- | ------ | ------ |
| Haskell | [libmdbx-hs](https://hackage.haskell.org/package/libmdbx) | [Francisco Vallarino](https://github.com/fjvallarino) |
| Python (draft) | [python-bindings](https://github.com/erthink/libmdbx/commits/python-bindings) branch | [Noel Kuntze](https://github.com/Thermi) | Python (draft) | [python-bindings](https://github.com/erthink/libmdbx/commits/python-bindings) branch | [Noel Kuntze](https://github.com/Thermi)
| NodeJS | [lmdbx-store](https://github.com/kriszyp/lmdbx-store) | [Kris Zyp](https://github.com/kriszyp/) | NodeJS | [lmdbx-store](https://github.com/kriszyp/lmdbx-store) | [Kris Zyp](https://github.com/kriszyp/)
| NodeJS | [node-mdbx](https://www.npmjs.com/package/node-mdbx/) | [Сергей Федотов](mailto:sergey.fedotov@corp.mail.ru) | | NodeJS | [node-mdbx](https://www.npmjs.com/package/node-mdbx/) | [Сергей Федотов](mailto:sergey.fedotov@corp.mail.ru) |