The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
672 B
14 lines
672 B
3 years ago
|
{
|
||
|
"installed": [
|
||
|
{ "type": "python_file", "file": "usr/@PYTHON_PLATLIB@/blaster.py" },
|
||
|
{ "type": "python_lib", "file": "usr/@PYTHON_PLATLIB@/tachyon" },
|
||
|
{ "type": "py_implib", "file": "usr/@PYTHON_PLATLIB@/tachyon" },
|
||
|
{ "type": "python_file", "file": "usr/@PYTHON_PURELIB@/pure/blaster.py" },
|
||
|
{ "type": "python_file", "file": "usr/@PYTHON_PLATLIB@/nested/blaster.py" },
|
||
|
{ "type": "python_lib", "file": "usr/@PYTHON_PLATLIB@/nested/tachyon" },
|
||
|
{ "type": "py_implib", "file": "usr/@PYTHON_PLATLIB@/nested/tachyon" },
|
||
|
{ "type": "python_lib", "file": "usr/lib/tachyon" },
|
||
|
{ "type": "py_implib", "file": "usr/lib/tachyon" }
|
||
|
]
|
||
|
}
|