mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
ec511d7330
Changed to use OPTIONS for any kind of compilation options. PR: 129181 Submitted by: Seungyoung Kim <wolkykim@ziom.co.kr>
22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
The qDecoder Project
|
|
====================
|
|
|
|
qDecoder is a C/C++ language library including CGI supports.
|
|
Distributed under 2-clause BSD-like license since 9 release.
|
|
|
|
CGI Interfaces
|
|
o Request Parser, Response Generator, Session, Cookies
|
|
Network & IPC Interfaces
|
|
o Socket, Shared memory, Semaphore, Database wrapper
|
|
Data structures
|
|
o Linked-list, Hash tables, Queue, qDecoder implementation of Obstack
|
|
Useful APIs
|
|
o Configuration parser, Automated file logger, Server side includes
|
|
Common Utilities
|
|
o String libraries, File libraries, Hashes & En/decoders
|
|
And more...
|
|
|
|
--
|
|
Ports by CHOI Junho <cjh@FreeBSD.org>
|
|
WWW: http://www.qDecoder.org/
|