Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stefanocasazza/ulib
- Owner: stefanocasazza
- License: lgpl-3.0
- Created: 2009-12-24T13:32:43.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2020-08-29T19:25:40.000Z (over 4 years ago)
- Last Synced: 2024-10-30T03:42:50.164Z (3 months ago)
- Topics: cgi-support, cplusplus, library, web-application
- Language: C++
- Homepage:
- Size: 20.1 MB
- Stars: 948
- Watchers: 71
- Forks: 107
- Open Issues: 6
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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