Skip to content

Commit f8c3994

Browse files
committed
Merge pull request boostorg#8 from danieljames/metadata
Create metadata file.
2 parents a8aed49 + a1205f0 commit f8c3994

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

meta/libraries.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"key": "random",
3+
"name": "Random",
4+
"authors": [
5+
"Jens Maurer"
6+
],
7+
"description": "A complete system for random number generation.",
8+
"std": [
9+
"tr1"
10+
],
11+
"category": [
12+
"Math"
13+
],
14+
"maintainers": [
15+
"Steven Watanabe <watanabesj -at- gmail.com>"
16+
]
17+
}

0 commit comments

Comments
 (0)