ncc/README.md

29 lines
1.2 KiB
Markdown
Raw Normal View History

2022-04-02 22:59:12 -04:00
# NCC
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-04-17 17:00:27 -04:00
## Notes
> While NCC has windows compatibility in mind, not all compiler extensions or features will work correctly. NCC is
> designed to be used in production in a Unix environment and Windows should only be used for development purposes.
> 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)>
- Marc Gutt (mgutt) <[marc@gutt.it](mailto:marc@gutt.it)>
## Copyright
- Copyright (c) 2022-2022, Nosial - All Rights Reserved
- Copyright (c) 2015-2016, PHP School
- Copyright (c) 2011-2013, Benjamin Eberlei - All rights reserved
- Copyright (c) 2004-2022, Fabien Potencier
2022-04-16 19:31:41 -04:00
# Licenses
Multiple licenses can be found at [LICENSE](LICENSE)