Candy - Synthesizing cost-efficient partners for services
Candy is a tool to synthesize cost-efficient partners for services.
Download Candy
License
Candy is open source software, licensed under the AGPL3+.
Install Candy
Requirements
Installing and running Candy requires a bunch of other tools:
Compiling requires:
- GCC - The GCC compiler
Testing requires:
- Autotools test suite - Part of the GNU Auto-Tools for automated Tests
- LCOV - LCOV is a graphical front-end for GCC's coverage testing tool gcov. It collects gcov data for multiple source files and creates HTML pages containing the source code annotated with coverage information.
- Valgrind - Valgrind is an instrumentation framework for building dynamic analysis tools. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail.
Contributing requires:
- Bison - Gnu parser generator - Bison is a general-purpose parser generator that converts an annotated context-free grammar into a deterministic LR or generalized LR (GLR) parser employing LALR(1) parser tables.
- GNU Gengetopt - Gengetopt generates a C function that uses getopt_long function to parse the command line options, to validate them and fills a struct .
- flex: The Fast Lexical Analyzer - Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text. The flex program reads user-specified input files, or its standard input if no file names are given, for a description of a scanner to generate.
Quick install
Extract the tar ball into a folder of your choice, and follow the steps below.
- Configure
./configure - Compile
make - Test (optional, but recommended)
make check - Install
sudo make install
Documentation
Candy's documentation aims at the developer in you. If you are interested in implementation details this is the right place for you to look.
Maintainer
The current maintainer of Candy is Richard Mueller.
Authors
Richard Mueller implemented Candy.
Contributors
Several people have committed time, code, and advice to the development of Candy.
- Richard Müller (53 commits)
- Niels Lohmann (19 commits)
- Jan Sürmeli (2 commits)
- Andreas Lehmann (1 commit)
- Marvin Triebel (1 commit)