No Description

Rusty Russell 75d313a8d7 Makefile: add missing modules. 10 years ago
ccan fce1819222 crypto/shachain: examples and some documentation. 10 years ago
doc adc90816df doc: english fixup. 10 years ago
junkcode c289035bc9 Add Henry Eshbaugh's log module to junkcode for the moment. 13 years ago
licenses 89ab9bee3b licenses: Add Creative Commons Zero. 13 years ago
tools 7011546929 tools: add HAVE_UNALIGNED_ACCESS test. 10 years ago
web cfdea83b3b web: remove unused db dir 10 years ago
.gitignore 79ac004967 tools/ccanlint: add global .valgrind_suppressions file. 11 years ago
.travis.yml f45214bf85 Add Travis continuous integration 10 years ago
Makefile 8730b2e1bc Makefile: don't separate all modules with external dependencies. 13 years ago
Makefile-ccan 75d313a8d7 Makefile: add missing modules. 10 years ago
Makefile-web 6066019061 Makefile: update upload target. 10 years ago
README 166e9c6200 README: update. 13 years ago

README

The C Code Archive Network: http://ccodearchive.net

You can find a set of helper utilities under tools/ and the modules
under ccan/. The recommended way to add ccan modules to your project
is to create a ccan/ directory and add one module per subdirectory
(see tools/create-ccan-tree).