2022-04-17 17:53:46 -04:00
|
|
|
#  NCC
|
2022-04-02 22:59:12 -04:00
|
|
|
|
2022-04-16 19:31:41 -04:00
|
|
|
Nosial Code Compiler is a program written in PHP designed to be a multi-purpose compiler, package manager and toolkit.
|
2022-05-09 20:07:53 +01:00
|
|
|
This program is a complete re-write of the now defunct [PHP Package Manager (PPM)](https://git.n64.cc/intellivoid/ppm)
|
|
|
|
toolkit offering more features, security and proper code licensing and copyrighting for the components used for the project.
|
|
|
|
|
2022-12-08 16:23:02 -05:00
|
|
|
### Alpha Stage
|
2022-05-09 20:07:53 +01:00
|
|
|
|
2022-12-08 16:23:02 -05:00
|
|
|
NCC is currently in alpha stage, meaning that it's not fully functional and may not work on your system. If you find any bugs
|
|
|
|
or issues please report them to the [GitHub Issue Tracker](https://git.n64.cc/intellivoid/ncc/issues).
|
2022-04-16 19:31:41 -04:00
|
|
|
|
2022-12-08 16:23:02 -05:00
|
|
|
At the moment NCC is currently being used while developing other software, this serves as a test run to
|
|
|
|
improve on changes for the next version.
|
2022-04-17 17:00:27 -04:00
|
|
|
|
2022-12-08 16:23:02 -05:00
|
|
|
### Notes
|
2022-04-17 17:00:27 -04:00
|
|
|
|
|
|
|
> Compiler extensions requires their own set of dependencies to be met, for example Java compilers will require JDK
|
|
|
|
|
|
|
|
> NCC is designed to run only on a PHP 8.0+ environment, compiler extensions can have support for different PHP versions.
|
|
|
|
|
|
|
|
> Third-party dependencies and included libraries has a dedicated namespace for `ncc` to avoid user land conflicts if
|
|
|
|
> the user wishes to install and use one of the same dependencies that NCC uses.
|
|
|
|
|
2022-04-17 16:37:59 -04:00
|
|
|
## Authors
|
|
|
|
- Zi Xing Narrakas (netkas) <[netkas@n64.cc](mailto:netkas@64.cc)>
|
2022-05-24 20:51:20 -04:00
|
|
|
|
|
|
|
## Special Thanks
|
2022-04-17 16:37:59 -04:00
|
|
|
- Marc Gutt (mgutt) <[marc@gutt.it](mailto:marc@gutt.it)>
|
2022-10-23 16:21:41 -04:00
|
|
|
- Debusschère Alexandre ([debuss](https://github.com/debuss))
|
2022-04-17 16:37:59 -04:00
|
|
|
|
|
|
|
## Copyright
|
2022-10-22 09:14:34 -04:00
|
|
|
- Copyright (c) 2022-2022, Nosial - All Rights Reserved
|
2022-04-16 19:31:41 -04:00
|
|
|
|
|
|
|
# Licenses
|
|
|
|
|
2022-12-08 16:23:02 -05:00
|
|
|
NCC is licensed under the MIT License, see [LICENSE](LICENSE) for more information.
|
|
|
|
|
|
|
|
Multiple licenses for the open source components used in this
|
|
|
|
project can be found at [LICENSE](LICENSES)
|