https://github.com/hellige/ccs
Config library for Java
https://github.com/hellige/ccs
Last synced: 5 months ago
JSON representation
Config library for Java
- Host: GitHub
- URL: https://github.com/hellige/ccs
- Owner: hellige
- License: mit
- Created: 2011-04-09T17:32:00.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T20:00:13.000Z (almost 5 years ago)
- Last Synced: 2025-07-22T14:42:22.418Z (11 months ago)
- Language: Java
- Homepage:
- Size: 5.52 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/hellige/ccs)
[](https://github.com/hellige/ccs/releases)
[](https://github.com/hellige/ccs/blob/master/LICENSE)
CCS for Java
===========
This is the Java implementation of [CCS][1].
CCS is a language for config files, and libraries to read those files and
configure applications. The documentation is currently quite poor, but the
Java and [C++][1] implementations are mature and have been used in production
for many years.
There's a presentation about the language [here][2], but it's a little sketchy
without someone talking along with it. A syntax reference is [here][3].
[1]: http://github.com/hellige/ccs-cpp
[2]: http://hellige.github.io/ccs
[3]: https://github.com/hellige/ccs-cpp#syntax-quick-reference
Including CCS in your project
-----------------------------
Release artifacts are available in Maven:
```xml
net.immute
ccs
...
```