[med-svn] [Git][med-team/tao-config][master] Add tao-config-examples and install example sources
Shayan Doust
gitlab at salsa.debian.org
Mon Jul 13 18:48:27 BST 2020
Shayan Doust pushed to branch master at Debian Med / tao-config
Commits:
00ea9041 by Shayan Doust at 2020-07-13T18:48:10+01:00
Add tao-config-examples and install example sources
- - - - -
2 changed files:
- debian/control
- + debian/tao-config-examples.examples
Changes:
=====================================
debian/control
=====================================
@@ -12,10 +12,10 @@ Homepage: https://github.com/taocpp/config
Rules-Requires-Root: no
Package: tao-config-dev
-Architecture: any
+Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
-Description: C++ header-only library that reads config files and produces a JSON value
+Description: header library that reads config files and produces a JSON value
C++ header-only library that reads config files based on JSON and JAXN
formats and in turn, produces a single JSON valur as a result.
.
@@ -27,3 +27,23 @@ Description: C++ header-only library that reads config files and produces a JSON
5. Multiple ways to read and parse other config and data files.
6. Uses environmental variables and the output of arbitrary
shell commands.
+
+Package: tao-config-examples
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: tao-config-dev
+Description: header library that reads config files and produces a JSON value (examples)
+ C++ header-only library that reads config files based on JSON and JAXN
+ formats and in turn, produces a single JSON valur as a result.
+ .
+ Its features are as follows:
+ 1. JAXN syntax with extensions (backwards compatible with JSON).
+ 2. JAXN data model (JSON extended with binary data and non-finites).
+ 3. Meta data, all sub-values are annotated with filename and position.
+ 4. Copy, reference, replace and delete anything in the JSON structure.
+ 5. Multiple ways to read and parse other config and data files.
+ 6. Uses environmental variables and the output of arbitrary
+ shell commands.
+ .
+ This package accommodates tao-config-dev package, and provides example
+ C++ sources featuring the usage and functionality of this library.
=====================================
debian/tao-config-examples.examples
=====================================
@@ -0,0 +1 @@
+src/example/config/*.cpp
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/00ea90419ae9971d1c2a15a4d05e3e9c4e964b93
--
View it on GitLab: https://salsa.debian.org/med-team/tao-config/-/commit/00ea90419ae9971d1c2a15a4d05e3e9c4e964b93
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20200713/6820f074/attachment-0001.html>
More information about the debian-med-commit
mailing list