early-access version 2853
This commit is contained in:
21
externals/vcpkg/ports/squirrel/vcpkg.json
vendored
Executable file
21
externals/vcpkg/ports/squirrel/vcpkg.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "squirrel",
|
||||
"version-date": "2021-09-17",
|
||||
"description": "Squirrel is a high level imperative, object-oriented programming language, designed to be a light-weight scripting language that fits in the size, memory bandwidth, and real-time requirements of applications like video games.",
|
||||
"homepage": "http://www.squirrel-lang.org",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
],
|
||||
"features": {
|
||||
"interpreter": {
|
||||
"description": "Build sq command-line interpreter"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user