diff options
Diffstat (limited to 'ports/tl-function-ref')
| -rw-r--r-- | ports/tl-function-ref/CONTROL | 3 | ||||
| -rw-r--r-- | ports/tl-function-ref/vcpkg.json | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/ports/tl-function-ref/CONTROL b/ports/tl-function-ref/CONTROL deleted file mode 100644 index be89f7741..000000000 --- a/ports/tl-function-ref/CONTROL +++ /dev/null @@ -1,3 +0,0 @@ -Source: tl-function-ref -Version: 1.0.0-1 -Description: A lightweight, non-owning reference to a callable.
\ No newline at end of file diff --git a/ports/tl-function-ref/vcpkg.json b/ports/tl-function-ref/vcpkg.json new file mode 100644 index 000000000..e8cf323a4 --- /dev/null +++ b/ports/tl-function-ref/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "tl-function-ref", + "version-string": "1.0.0", + "port-version": 2, + "description": "A lightweight, non-owning reference to a callable." +} |
