2021-09-09 16:24:04 +08:00
{
"name" : "wpilib" ,
2023-09-14 06:33:00 +08:00
"version-date" : "2023-08-24" ,
2021-09-09 16:24:04 +08:00
"description" : "WPILib is the software library package for the FIRST Robotics Competition. The core install includes wpiutil, a common utilies library, and ntcore, the base NetworkTables library." ,
"homepage" : "https://github.com/wpilibsuite/allwpilib" ,
2022-07-09 04:02:45 +08:00
"license" : null ,
2021-09-09 16:24:04 +08:00
"dependencies" : [
"eigen3" ,
2023-09-14 06:33:00 +08:00
"fmt" ,
2022-07-09 04:02:45 +08:00
"libuv" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
2023-09-14 06:33:00 +08:00
} ,
{
"name" : "vcpkg-get-python-packages" ,
"host" : true
2022-07-09 04:02:45 +08:00
}
2021-09-09 16:24:04 +08:00
] ,
"features" : {
"allwpilib" : {
"description" : "Enables the simulation HAL, and the high level wpilibc library." ,
"dependencies" : [
"opencv" ,
{
"name" : "wpilib" ,
"features" : [
"cameraserver"
]
}
]
} ,
"cameraserver" : {
"description" : "Enables the CameraServer and CSCore libraries for manipulating USB Cameras and HTTP Camera Streams" ,
"dependencies" : [
"opencv"
]
}
}
}