Skip to content

Commit f081a93

Browse files
danieljamesvprus
authored andcommitted
Add metadata file.
1 parent 37804b5 commit f081a93

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

meta/libraries.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"key": "program_options",
3+
"name": "Program Options",
4+
"authors": [
5+
"Vladimir Prus"
6+
],
7+
"description": "The program_options library allows program developers to obtain program options, that is (name, value) pairs from the user, via conventional methods such as command line and config file.",
8+
"category": [
9+
"IO",
10+
"Miscellaneous"
11+
],
12+
"maintainers": [
13+
"Vladimir Prus <vladimir.prus -at- gmail.com>"
14+
]
15+
}

0 commit comments

Comments
 (0)