2022-12-14 04:28:12 -05:00
|
|
|
{
|
|
|
|
"project": {
|
|
|
|
"compiler": {
|
|
|
|
"extension": "php",
|
2024-10-13 16:52:34 -04:00
|
|
|
"minimum_version": "8.2",
|
|
|
|
"maximum_version": "8.0"
|
2022-12-14 04:28:12 -05:00
|
|
|
},
|
2022-12-16 01:52:50 -05:00
|
|
|
"update_source": {
|
2022-12-18 13:35:22 -05:00
|
|
|
"source": "nosial/libs.opts@n64",
|
2022-12-16 01:52:50 -05:00
|
|
|
"repository": {
|
|
|
|
"name": "n64",
|
|
|
|
"type": "gitlab",
|
|
|
|
"host": "git.n64.cc",
|
|
|
|
"ssl": true
|
|
|
|
}
|
2023-10-10 21:29:13 -04:00
|
|
|
}
|
2022-12-14 04:28:12 -05:00
|
|
|
},
|
|
|
|
"assembly": {
|
|
|
|
"name": "OptsLib",
|
|
|
|
"package": "net.nosial.optslib",
|
2022-12-18 13:44:23 -05:00
|
|
|
"description": "A simple options parser library for PHP",
|
2024-10-13 16:52:34 -04:00
|
|
|
"copyright": "Copyright (c) 2022-2023 Nosial",
|
2024-10-29 15:06:21 -04:00
|
|
|
"version": "1.1.3",
|
2022-12-14 04:28:12 -05:00
|
|
|
"uuid": "20aefdfa-7b91-11ed-919f-cb63712c8e36"
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"source_path": "src",
|
2022-12-14 05:07:44 -05:00
|
|
|
"default_configuration": "release",
|
2022-12-14 04:28:12 -05:00
|
|
|
"configurations": [
|
|
|
|
{
|
|
|
|
"name": "release",
|
2023-09-29 00:43:52 -04:00
|
|
|
"build_type": "ncc",
|
2023-10-10 21:33:09 -04:00
|
|
|
"output": "build/release/%ASSEMBLY.PACKAGE%.ncc"
|
2024-10-13 16:52:34 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "release-executable",
|
|
|
|
"build_type": "executable",
|
|
|
|
"output": "build/release/release_executable_gz",
|
|
|
|
"options": {
|
|
|
|
"ncc_configuration": "release"
|
|
|
|
}
|
2022-12-14 04:28:12 -05:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|