Skip to content

hellige/ccs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status GitHub release GitHub license

CCS for Java

This is the Java implementation of CCS.

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++ implementations are mature and have been used in production for many years.

There's a presentation about the language here, but it's a little sketchy without someone talking along with it. A syntax reference is here.

Including CCS in your project

Release artifacts are available in Maven:

<dependency>
    <groupId>net.immute</groupId>
    <artifactId>ccs</artifactId>
    <version>...</version>
</dependency>

About

Config library for Java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors