Skip to content

Commit

Permalink
Add libverto to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
frozencemetery authored and Nathaniel McCallum committed Aug 1, 2017
1 parent cd763c6 commit 0c6cef9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
5 changes: 5 additions & 0 deletions libverto/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# libverto (asynchronous event loop abstraction library)

## Repositories

### [libverto](https://github.com/latchset/libverto)

0 comments on commit 0c6cef9

Please sign in to comment.