342 lines
10 KiB
JSON
342 lines
10 KiB
JSON
{
|
|
"abseil-cpp": {
|
|
"repo": "https://github.com/abseil/abseil-cpp.git",
|
|
"tag": "20240116.2",
|
|
"version": "24.1.16",
|
|
"description": "Collection of peer reviewed C++ libraries by Google",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/abseil/abseil-cpp/blob/master/LICENSE"
|
|
},
|
|
"asio": {
|
|
"repo": "https://github.com/chriskohlhoff/asio.git",
|
|
"tag": "asio-1-34-2",
|
|
"version": "1.34.2",
|
|
"description": "The one and only, in non-Boost variant",
|
|
"license_name": "Boost License 1.0",
|
|
"license_url": "https://github.com/chriskohlhoff/asio/blob/master/asio/LICENSE_1_0.txt"
|
|
},
|
|
"boost": {
|
|
"repo": "https://github.com/boostorg/boost.git",
|
|
"tag": "boost-1.88.0",
|
|
"version": "1.88.0",
|
|
"description": "Collection of peer reviewed C++ libraries",
|
|
"license_name": "Boost License 2.0",
|
|
"license_url": "https://www.boost.org/users/license.html"
|
|
},
|
|
"c-ares": {
|
|
"repo": "https://github.com/c-ares/c-ares.git",
|
|
"tag": "v1.32.2",
|
|
"version": "1.32.2",
|
|
"description": "Google DNS name resolution",
|
|
"license_id": "MIT",
|
|
"license_url": "https://c-ares.org/license.html"
|
|
},
|
|
"curl": {
|
|
"repo": "https://github.com/curl/curl.git",
|
|
"tag": "curl-8_11_1",
|
|
"version": "8.11.1",
|
|
"depends": [
|
|
"zlib"
|
|
],
|
|
"description": "A command line tool and library for transferring data with URL syntax",
|
|
"license_name": "CURL license",
|
|
"license_url": "https://github.com/curl/curl?tab=License-1-ov-file#readme"
|
|
},
|
|
"fineftp": {
|
|
"repo": "https://github.com/eclipse-ecal/fineftp-server.git",
|
|
"tag": "v1.5.1",
|
|
"version": "1.5.1",
|
|
"depends": [
|
|
"asio"
|
|
],
|
|
"description": "eCAL fineftp",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/eclipse-ecal/fineftp-server/blob/master/LICENSE"
|
|
},
|
|
"glog": {
|
|
"repo": "https://github.com/google/glog.git",
|
|
"tag": "v0.6.0",
|
|
"version": "0.6.0",
|
|
"description": "Google logging library",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/golang/glog/blob/master/LICENSE"
|
|
},
|
|
"googletest": {
|
|
"repo": "https://github.com/google/googletest.git",
|
|
"tag": "v1.17.0",
|
|
"version": "1.17.0",
|
|
"description": "Unit test library",
|
|
"license_name": "BSD-3-Clause",
|
|
"license_url": "https://github.com/google/googletest/blob/main/LICENSE"
|
|
},
|
|
"hdf5": {
|
|
"repo": "https://github.com/HDFGroup/hdf5.git",
|
|
"tag": "hdf5-1.14.6",
|
|
"version": "1.14.6",
|
|
"depends": [
|
|
"zlib"
|
|
],
|
|
"description": "Hierarchical Data Format version 5",
|
|
"license_name": "HDF5 license",
|
|
"license_url": "https://github.com/HDFGroup/hdf5/blob/develop/LICENSE"
|
|
},
|
|
"protobuf": {
|
|
"repo": "https://github.com/protocolbuffers/protobuf.git",
|
|
"tag": "v27.2",
|
|
"version": "27.2.0",
|
|
"depends": [
|
|
"zlib",
|
|
"abseil-cpp"
|
|
],
|
|
"description": "Protocol buffers binary serialization",
|
|
"license_name": "Proprietary Google License",
|
|
"license_url": "https://github.com/protocolbuffers/protobuf/blob/main/LICENSE"
|
|
},
|
|
"eigen": {
|
|
"repo": "https://gitlab.com/libeigen/eigen.git",
|
|
"tag": "3.4.0",
|
|
"version": "3.4.0",
|
|
"description": "Eigen is a C++ template library for linear algebra",
|
|
"license_id": "MPL-2.0",
|
|
"license_url": "https://www.mozilla.org/en-US/MPL/2.0/"
|
|
},
|
|
"tclap": {
|
|
"repo": "https://github.com/xguerin/tclap.git",
|
|
"tag": "v1.2.5",
|
|
"version": "1.2.5",
|
|
"description": "Command line argument parser",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/xguerin/tclap?tab=MIT-1-ov-file#readme"
|
|
},
|
|
"termcolor": {
|
|
"repo": "https://github.com/ikalnytskyi/termcolor.git",
|
|
"tag": "v2.1.0",
|
|
"version": "2.1.0",
|
|
"description": "Command line argument parser",
|
|
"license_id": "BSD-3-Clause",
|
|
"license_url": "https://github.com/ikalnytskyi/termcolor/blob/master/LICENSE"
|
|
},
|
|
"spdlog": {
|
|
"repo": "https://github.com/gabime/spdlog.git",
|
|
"tag": "v1.15.3",
|
|
"version": "1.15.3",
|
|
"description": "Logging library",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/gabime/spdlog/blob/main/LICENSE"
|
|
},
|
|
"ceres-solver": {
|
|
"repo": "https://github.com/ceres-solver/ceres-solver.git",
|
|
"tag": "2.2.0",
|
|
"version": "2.2.0",
|
|
"depends": [
|
|
"eigen",
|
|
"glog"
|
|
],
|
|
"description": "C++ library for modeling and solving large, complicated optimization problems",
|
|
"license_name": "Proprietary Google 2023",
|
|
"license_url": "http://ceres-solver.org/license.html"
|
|
},
|
|
"libzmq": {
|
|
"repo": "https://github.com/zeromq/libzmq.git",
|
|
"tag": "v4.3.5",
|
|
"version": "4.3.5",
|
|
"description": "ZeroMQ network communication patterns base library",
|
|
"license_id": "MPL-2.0",
|
|
"license_url": "https://github.com/abseil/abseil-cpp/blob/master/LICENSE"
|
|
},
|
|
"cppzmq": {
|
|
"repo": "https://github.com/zeromq/cppzmq",
|
|
"tag": "v4.10.0",
|
|
"version": "4.10.0",
|
|
"depends": [
|
|
"libzmq"
|
|
],
|
|
"description": "C++ wrapper for ZeroMQ",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/zeromq/cppzmq/blob/master/LICENSE"
|
|
},
|
|
"libjpeg-turbo": {
|
|
"repo": "https://github.com/libjpeg-turbo/libjpeg-turbo.git",
|
|
"tag": "3.0.2",
|
|
"version": "3.0.2",
|
|
"description": "SIMD optimized jpeg image compression",
|
|
"license_name": "BSD-style",
|
|
"license_url": "https://github.com/libjpeg-turbo/libjpeg-turbo/blob/main/LICENSE.md"
|
|
},
|
|
"onetbb": {
|
|
"repo": "https://github.com/uxlfoundation/oneTBB.git",
|
|
"tag": "v2022.1.0",
|
|
"version": "2022.1.0",
|
|
"description": "oneAPI Threading Building Blocks",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/uxlfoundation/oneTBB/blob/master/LICENSE.txt"
|
|
},
|
|
"opencv": {
|
|
"repo": "https://github.com/opencv/opencv.git",
|
|
"tag": "4.11.0",
|
|
"version": "4.11.0",
|
|
"depends": [
|
|
"eigen",
|
|
"zlib"
|
|
],
|
|
"description": "Multi-purpose graphics library",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://opencv.org/license/"
|
|
},
|
|
"opensubdiv": {
|
|
"repo": "https://github.com/PixarAnimationStudios/OpenSubdiv.git",
|
|
"tag": "v3_6_0",
|
|
"version": "3.6.0",
|
|
"depends": [
|
|
"onetbb",
|
|
"zlib"
|
|
],
|
|
"description": "Universal Scene Description",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/PixarAnimationStudios/OpenUSD?tab=License-1-ov-file#readme"
|
|
},
|
|
"openusd": {
|
|
"repo": "https://github.com/PixarAnimationStudios/OpenUSD.git",
|
|
"tag": "v25.05.01",
|
|
"version": "25.5.1",
|
|
"depends": [
|
|
"boost",
|
|
"hdf5",
|
|
"onetbb",
|
|
"opensubdiv",
|
|
"zlib"
|
|
],
|
|
"description": "Universal Scene Description",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/PixarAnimationStudios/OpenUSD?tab=License-1-ov-file#readme"
|
|
},
|
|
"matplotplusplus": {
|
|
"repo": "https://github.com/alandefreitas/matplotplusplus.git",
|
|
"tag": "v1.2.0",
|
|
"version": "1.2.0",
|
|
"depends": [
|
|
"libjpeg-turbo"
|
|
],
|
|
"description": "C++ implementation of the matplot graph plotting library",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/alandefreitas/matplotplusplus/blob/master/LICENSE"
|
|
},
|
|
"openssl": {
|
|
"repo": "https://github.com/openssl/openssl.git",
|
|
"tag": "openssl-3.2.4",
|
|
"version": "3.2.4",
|
|
"depends": [
|
|
"zlib"
|
|
],
|
|
"description": "Standard encryption layer library",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://openssl-library.org/source/license/index.html"
|
|
},
|
|
"re2": {
|
|
"repo": "https://github.com/google/re2.git",
|
|
"tag": "2024-07-02",
|
|
"version": "24.7.2",
|
|
"depends": [
|
|
"abseil-cpp"
|
|
],
|
|
"description": "Googles take on regular expressions",
|
|
"license_id": "BSD-3-Clause",
|
|
"license_url": "https://github.com/google/re2/blob/main/LICENSE"
|
|
},
|
|
"recycle": {
|
|
"repo": "https://github.com/steinwurf/recycle.git",
|
|
"tag": "7.0.0",
|
|
"version": "7.0.0",
|
|
"description": "Simple resource pool for recycling resources in C++",
|
|
"license_id": "BSD-3-Clause",
|
|
"license_url": "https://raw.githubusercontent.com/steinwurf/recycle/refs/heads/master/LICENSE.rst"
|
|
},
|
|
"grpc": {
|
|
"repo": "https://github.com/grpc/grpc.git",
|
|
"tag": "v1.65.1",
|
|
"version": "1.65.1",
|
|
"depends": [
|
|
"zlib",
|
|
"re2",
|
|
"openssl",
|
|
"abseil-cpp",
|
|
"c-ares",
|
|
"protobuf"
|
|
],
|
|
"description": "Protobuf based RPC abstraction by Google",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/grpc/grpc/blob/master/LICENSE"
|
|
},
|
|
"qt5": {
|
|
"repo": "https://github.com/qt/qt5.git",
|
|
"tag": "v5.15.16-lts-lgpl",
|
|
"version": "5.15.16",
|
|
"depends": [
|
|
"zlib",
|
|
"protobuf"
|
|
],
|
|
"description": "Qt",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/qt/qt5/tree/dev/LICENSES"
|
|
},
|
|
"qt6": {
|
|
"repo": "https://github.com/qt/qt5.git",
|
|
"tag": "v6.9.1",
|
|
"version": "6.9.1",
|
|
"depends": [
|
|
"zlib",
|
|
"protobuf"
|
|
],
|
|
"description": "Qt",
|
|
"license_id": "Apache-2.0",
|
|
"license_url": "https://github.com/qt/qt5/tree/dev/LICENSES"
|
|
},
|
|
"qwt": {
|
|
"repo": "https://git.code.sf.net/p/qwt/git",
|
|
"tag": "v6.3.0",
|
|
"version": "6.3.0",
|
|
"depends": [
|
|
"qt5"
|
|
],
|
|
"description": "Qt Widgets for Technical Applications",
|
|
"license_name": "Qwt license",
|
|
"license_url": "https://github.com/opencor/qwt?tab=License-1-ov-file"
|
|
},
|
|
"tcp_pubsub": {
|
|
"repo": "https://github.com/eclipse-ecal/tcp_pubsub.git",
|
|
"tag": "v2.0.1",
|
|
"version": "2.0.1",
|
|
"depends": [
|
|
"asio",
|
|
"recycle"
|
|
],
|
|
"description": "TCP based publish-subscribe library for C++",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/eclipse-ecal/tcp_pubsub/blob/master/LICENSE"
|
|
},
|
|
"tinyxml2": {
|
|
"repo": "https://github.com/leethomason/tinyxml2",
|
|
"tag": "11.0.0",
|
|
"version": "11.0.0",
|
|
"description": "A lightweight XML parser",
|
|
"license_id": "Zlib",
|
|
"license_url": "https://github.com/leethomason/tinyxml2/blob/master/LICENSE.txt"
|
|
},
|
|
"yaml-cpp": {
|
|
"repo": "https://github.com/jbeder/yaml-cpp.git",
|
|
"tag": "0.8.0",
|
|
"version": "0.8.0",
|
|
"description": "A YAML parser and emitter in C++",
|
|
"license_id": "MIT",
|
|
"license_url": "https://github.com/jbeder/yaml-cpp/blob/master/LICENSE"
|
|
},
|
|
"zlib": {
|
|
"repo": "https://github.com/madler/zlib.git",
|
|
"tag": "v1.3.1",
|
|
"version": "1.3.1",
|
|
"description": "Standard compression algorithm",
|
|
"license_id": "Zlib",
|
|
"license_url": "https://www.zlib.net/zlib_license.html"
|
|
}
|
|
}
|