Skip to content

Commit ea87bfe

Browse files
committed
Merge pull request boostorg#9 from danieljames/metadata
Create metadata file.
2 parents 6b7e0cc + 0a47c58 commit ea87bfe

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": "python",
3+
"name": "Python",
4+
"authors": [
5+
"Dave Abrahams"
6+
],
7+
"description": "The Boost Python Library is a framework for interfacing Python and C++. It allows you to quickly and seamlessly expose C++ classes functions and objects to Python, and vice-versa, using no special tools -- just your C++ compiler.",
8+
"category": [
9+
"Inter-language"
10+
],
11+
"maintainers": [
12+
"Ralf Grosse-Kunstleve <rwgrosse-kunstleve -at- lbl.gov>",
13+
"Ravi Rajagopal <lists_ravi -at- lavabit.com>"
14+
]
15+
}

0 commit comments

Comments
 (0)