1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Utilities/cmllpkgc
Kitware Robot 1772622772 LICENSE: Replace references to Copyright.txt with LICENSE.rst
```
git grep -lz 'Copyright.txt or https://cmake.org/licensing ' |
  while IFS= read -r -d $'\0' f ; do
    sed -i '/Copyright.txt or https:\/\/cmake.org\/licensing / {
              s/Copyright.txt/LICENSE.rst/
            }' "$f" ; done
```
2025-03-03 10:43:35 -05:00
..
2024-07-29 13:14:41 -04:00

llpkgc
******

This code is generated by the upstream llpkgc repository located at:
https://gitlab.kitware.com/utils/llpkgc

Generally, updates to llpkgc should be made in the upstream utilities library
unless they are exceptionally specific to CMake itself.

The upstream repository does not vendor a generated copy of the parser, so
the associated update script for this dependency runs the generator and
vendors it appropriately. This requires a reasonably up-to-date version of
npm be available in addition to the normal 3rd-party update tooling
requirements.