diff options
author | garga <garga@FreeBSD.org> | 2006-06-29 19:08:18 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2006-06-29 19:08:18 +0800 |
commit | 1129276d701d335ea8b0e657608102e06c1781ac (patch) | |
tree | f6d5fc7bcb30e2588a5bdfa83e803066286144ef /devel/lion/pkg-descr | |
parent | f5e68554f4b87fb811d27ebc84031e19e87a15c4 (diff) | |
download | freebsd-ports-gnome-1129276d701d335ea8b0e657608102e06c1781ac.tar.gz freebsd-ports-gnome-1129276d701d335ea8b0e657608102e06c1781ac.tar.zst freebsd-ports-gnome-1129276d701d335ea8b0e657608102e06c1781ac.zip |
LiON (Lund's Input Output Library) is a C library to quickly develop
programs that are event-driven, networked, non-blocking and portable.
It includes a simple API to do any networking, file I/O and pipes.
It is multiplatform and runs on POSIX-like systems and Windows.
WWW: http://www.lundman.net/wiki/index.php/LiON
PR: ports/99589
Submitted by: Marco Molteni <molterSPAM@gufiSPAM.org>
Diffstat (limited to 'devel/lion/pkg-descr')
-rw-r--r-- | devel/lion/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/lion/pkg-descr b/devel/lion/pkg-descr new file mode 100644 index 000000000000..41a8682a81e5 --- /dev/null +++ b/devel/lion/pkg-descr @@ -0,0 +1,7 @@ +LiON (Lund's Input Output Library) is a C library to quickly develop +programs that are event-driven, networked, non-blocking and portable. +It includes a simple API to do any networking, file I/O and pipes. + +It is multiplatform and runs on POSIX-like systems and Windows. + +WWW: http://www.lundman.net/wiki/index.php/LiON |