diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-23 21:28:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-23 21:28:28 +0000 |
commit | 337c43ffbe4b39c23f85d4ad6413da1070457d63 (patch) | |
tree | 1859e1e47efe08b38b7f0db64ebf984d9698af47 /.gitignore | |
download | src-337c43ffbe4b39c23f85d4ad6413da1070457d63.tar.gz src-337c43ffbe4b39c23f85d4ad6413da1070457d63.zip |
Import libucl into vendorvendor/libucl/20140222
UCL is heavily infused by nginx configuration as the example of a convenient
configuration system. However, UCL is fully compatible with JSON format and is
able to parse json files.
UCL is used by pkg(8) for its configuration file as well for the manifest format
in packages, it will be used in base for the pkg boostrap (signature checking
and configuration file parsing.)
libucl has been developped and is maintained by vsevolod@
Notes
Notes:
svn path=/vendor/libucl/dist/; revision=262395
svn path=/vendor/libucl/20140222/; revision=262396; tag=vendor/libucl/20140222
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..ea72388b31f0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +.cproject +.project +.settings |