Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stefanocasazza/ulib

C++ application development framework, to help developers create and deploy applications quickly and simply
https://github.com/stefanocasazza/ulib

cgi-support cplusplus library web-application

Last synced: 5 days ago
JSON representation

C++ application development framework, to help developers create and deploy applications quickly and simply

Awesome Lists containing this project

README

        

ULib - C++ library

ULib is normally built and installed as a set of shared object
libraries and header files. These libraries and headers are installed
using directories selected through a "configure" script that has been
prepared with automake and autoconf. As such, they should build and
install similarly to and in a manner compatible and consistent with most
other GNU software.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

ULib is Free Software under the LGPL

Comments are welcome.

- stefano casazza

Basically, nothing that can handle complexity runs as fast as C++
Bjarne Stroustrup