diff --git a/index.md b/index.md index 5779070..68f50ae 100644 --- a/index.md +++ b/index.md @@ -31,6 +31,15 @@ implementation of JOSE on top of proxying Kerberos KDC requests over HTTPS by following the MS-KKDCP protocol specification. + +## [libverto (verto)](./libverto/) + +[libverto](https://github.com/latchset/libverto) is an asynchronous event loop +abstraction library. It provides a C interface which is backend-agnostic, as +well as several backends, and can select a provider at either compile-time or +run-time. + + ## [misc](./misc/) Misc and experimental projects. diff --git a/libverto/index.md b/libverto/index.md new file mode 100644 index 0000000..d142899 --- /dev/null +++ b/libverto/index.md @@ -0,0 +1,5 @@ +# libverto (asynchronous event loop abstraction library) + +## Repositories + +### [libverto](https://github.com/latchset/libverto)