qse/qse/README.in

20 lines
757 B
Plaintext
Raw Normal View History

2009-06-07 23:03:44 +00:00
QSE is a code library that implements various Unix utilities in an
embeddable form and provides a set of APIs to embed them into an application.
The APIs have been designed to be flexible enough to access various aspects of
a hosting application and an embedded object from each other. By embedding
2009-10-05 08:08:27 +00:00
a Unix utility into an application, a developer is relieved of problems caused
by interacting with external programs and is given tighter control over it.
2009-06-07 23:03:44 +00:00
Currently the library implements the following utilities:
- SED Stream Editor
2009-10-08 06:39:18 +00:00
- CUT Text Cutter
2009-06-07 23:03:44 +00:00
- AWK Interpreter
As the library grows, more utilities will be added.
The library is licensed under LGPLv3.
2009-05-19 06:55:01 +00:00
The project webpage: @QSE_PROJECT_URL@
2009-05-19 06:55:01 +00:00
For further information, contact: @QSE_PROJECT_AUTHOR@