diff --git a/packages/a/aws-sdk-cpp/xmake.lua b/packages/a/aws-sdk-cpp/xmake.lua index c5f073520bc..984f1ee496b 100644 --- a/packages/a/aws-sdk-cpp/xmake.lua +++ b/packages/a/aws-sdk-cpp/xmake.lua @@ -1,6 +1,7 @@ package("aws-sdk-cpp") set_homepage("https://github.com/aws/aws-sdk-cpp") set_description("AWS SDK for C++") + set_license("Apache-2.0") add_urls("https://github.com/aws/aws-sdk-cpp.git") add_versions("1.9.362", "e9372218a2c8fab756ecaa6e4fefcdb33c3670c1") diff --git a/packages/b/boost_di/xmake.lua b/packages/b/boost_di/xmake.lua index 91ebb02dfd2..2c78789e7e2 100644 --- a/packages/b/boost_di/xmake.lua +++ b/packages/b/boost_di/xmake.lua @@ -2,6 +2,7 @@ package("boost_di") set_kind("library", {headeronly = true}) set_homepage("https://boost-ext.github.io/di") set_description("DI: C++14 Dependency Injection Library") + set_license("BSL-1.0") add_urls("https://github.com/boost-ext/di/archive/refs/tags/$(version).tar.gz", "https://github.com/boost-ext/di.git") diff --git a/packages/b/box2d/xmake.lua b/packages/b/box2d/xmake.lua index c1f1c5539fd..63a7737c8b6 100644 --- a/packages/b/box2d/xmake.lua +++ b/packages/b/box2d/xmake.lua @@ -2,6 +2,7 @@ package("box2d") set_homepage("https://box2d.org") set_description("A 2D Physics Engine for Games") + set_license("MIT") set_urls("https://github.com/erincatto/box2d/archive/v$(version).zip") add_versions("2.4.0", "6aebbc54c93e367c97e382a57ba12546731dcde51526964c2ab97dec2050f8b9") diff --git a/packages/b/brynet/xmake.lua b/packages/b/brynet/xmake.lua index 50b2bcf87d7..18a4b4ecb60 100644 --- a/packages/b/brynet/xmake.lua +++ b/packages/b/brynet/xmake.lua @@ -2,6 +2,7 @@ package("brynet") set_homepage("https://github.com/IronsDu/brynet") set_description("Header Only Cross platform high performance TCP network library using C++ 11") + set_license("MIT") set_urls("https://github.com/IronsDu/brynet/archive/v$(version).zip") add_urls("https://github.com/IronsDu/brynet.git") diff --git a/packages/c/cgetopt/xmake.lua b/packages/c/cgetopt/xmake.lua index dbcd0f31cc3..c419ab043e1 100644 --- a/packages/c/cgetopt/xmake.lua +++ b/packages/c/cgetopt/xmake.lua @@ -2,6 +2,7 @@ package("cgetopt") set_homepage("https://github.com/xq114/cgetopt/") set_description("A GNU getopt() implementation written in pure C.") + set_license("zlib") add_urls("https://github.com/xq114/cgetopt/archive/v$(version).tar.gz") add_versions("1.0", "c93fe91041752f4231e07894d24354ee079317e40c30897bd664766ef4872279") diff --git a/packages/c/cli/xmake.lua b/packages/c/cli/xmake.lua index e46d36e3552..f9d06bbc3d5 100644 --- a/packages/c/cli/xmake.lua +++ b/packages/c/cli/xmake.lua @@ -2,6 +2,7 @@ package("cli") set_kind("library", {headeronly = true}) set_homepage("https://github.com/daniele77/cli") set_description("A library for interactive command line interfaces in modern C++") + set_license("BSL-1.0") add_urls("https://github.com/daniele77/cli/archive/refs/tags/$(version).tar.gz", "https://github.com/daniele77/cli.git") diff --git a/packages/c/cosmocc/xmake.lua b/packages/c/cosmocc/xmake.lua index e6fbe6f2119..63f705674ed 100644 --- a/packages/c/cosmocc/xmake.lua +++ b/packages/c/cosmocc/xmake.lua @@ -2,6 +2,7 @@ package("cosmocc") set_kind("toolchain") set_homepage("https://github.com/jart/cosmopolitan") set_description("build-once run-anywhere c library") + set_license("ISC") add_urls("https://cosmo.zip/pub/cosmocc/cosmocc-$(version).zip", "https://github.com/xmake-mirror/cosmopolitan/releases/download/$(version)/cosmocc-$(version).zip") diff --git a/packages/c/cpp-lazy/xmake.lua b/packages/c/cpp-lazy/xmake.lua index 1eea636c4c5..c63ef4642fd 100644 --- a/packages/c/cpp-lazy/xmake.lua +++ b/packages/c/cpp-lazy/xmake.lua @@ -2,6 +2,7 @@ package("cpp-lazy") set_kind("library", {headeronly = true}) set_homepage("https://github.com/MarcDirven/cpp-lazy") set_description("A fast C++11/14/17/20 header only library for lazy evaluation and function tools") + set_license("MIT") set_urls("https://github.com/MarcDirven/cpp-lazy/archive/refs/tags/v$(version).tar.gz", "https://github.com/MarcDirven/cpp-lazy.git") diff --git a/packages/c/cppcoro/xmake.lua b/packages/c/cppcoro/xmake.lua index de796d14f35..ca4d45bd98d 100644 --- a/packages/c/cppcoro/xmake.lua +++ b/packages/c/cppcoro/xmake.lua @@ -2,6 +2,7 @@ package("cppcoro") set_homepage("https://github.com/lewissbaker/cppcoro") set_description("A library of C++ coroutine abstractions for the coroutines TS") + set_license("MIT") set_urls("https://github.com/lewissbaker/cppcoro.git") add_versions("2020.10.13", "a87e97fe5b6091ca9f6de4637736b8e0d8b109cf") diff --git a/packages/c/crc32c/xmake.lua b/packages/c/crc32c/xmake.lua index a954f4231ba..5c06737cea0 100644 --- a/packages/c/crc32c/xmake.lua +++ b/packages/c/crc32c/xmake.lua @@ -2,6 +2,7 @@ package("crc32c") set_homepage("https://github.com/google/crc32c") set_description("CRC32C implementation with support for CPU-specific acceleration instructions") + set_license("BSD-3-Clause") add_urls("https://github.com/google/crc32c/archive/refs/tags/$(version).tar.gz", "https://github.com/google/crc32c.git") diff --git a/packages/c/csvparser/xmake.lua b/packages/c/csvparser/xmake.lua index f08c4c7d2db..a6f27071161 100644 --- a/packages/c/csvparser/xmake.lua +++ b/packages/c/csvparser/xmake.lua @@ -2,6 +2,7 @@ package("csvparser") set_homepage("https://github.com/vincentlaucsb/csv-parser") set_description("A modern C++ library for reading, writing, and analyzing CSV (and similar) files (by vincentlaucsb)") + set_license("MIT") add_urls("https://github.com/vincentlaucsb/csv-parser/archive/refs/tags/$(version).zip") add_versions("2.3.0", "17eb8e1a4f2f8cdc6679329e4626de608bb33a830d5614184a21b5d8838bbbb0") diff --git a/packages/c/cutlass/xmake.lua b/packages/c/cutlass/xmake.lua index fee32bc04ee..07aa5639f77 100644 --- a/packages/c/cutlass/xmake.lua +++ b/packages/c/cutlass/xmake.lua @@ -2,6 +2,7 @@ package("cutlass") set_kind("library", {headeronly = true}) set_homepage("https://github.com/NVIDIA/cutlass") set_description("CUDA Templates for Linear Algebra Subroutines") + set_license("BSD-3-Clause") add_urls("https://github.com/NVIDIA/cutlass/archive/refs/tags/$(version).tar.gz", "https://github.com/NVIDIA/cutlass.git") diff --git a/packages/d/daw_header_libraries/xmake.lua b/packages/d/daw_header_libraries/xmake.lua index 841f6ba377c..31558c5ac4f 100644 --- a/packages/d/daw_header_libraries/xmake.lua +++ b/packages/d/daw_header_libraries/xmake.lua @@ -2,6 +2,7 @@ package("daw_header_libraries") set_kind("library", {headeronly = true}) set_homepage("https://beached.github.io/header_libraries/") set_description("Various header libraries mostly future std lib, replacements for(e.g. visit), or some misc ") + set_license("BSL-1.0") add_urls("https://github.com/beached/header_libraries/archive/refs/tags/$(version).tar.gz", "https://github.com/beached/header_libraries.git") diff --git a/packages/d/debugbreak/xmake.lua b/packages/d/debugbreak/xmake.lua index f7c166b02fb..8217d61df5d 100644 --- a/packages/d/debugbreak/xmake.lua +++ b/packages/d/debugbreak/xmake.lua @@ -2,6 +2,7 @@ package("debugbreak") set_kind("library", {headeronly = true}) set_homepage("https://github.com/scottt/debugbreak") set_description("break into the debugger programmatically") + set_license("BSD-2-Clause") add_urls("https://github.com/scottt/debugbreak/archive/refs/tags/$(version).tar.gz", "https://github.com/scottt/debugbreak.git") diff --git a/packages/d/directxtk/xmake.lua b/packages/d/directxtk/xmake.lua index e1a272e6617..dc0256f6dc7 100644 --- a/packages/d/directxtk/xmake.lua +++ b/packages/d/directxtk/xmake.lua @@ -1,6 +1,7 @@ package("directxtk") set_homepage("https://github.com/microsoft/DirectXTK") set_description("A collection of helper classes for writing Direct3D 11 C++ code For Windows.") + set_license("MIT") set_urls("https://github.com/microsoft/DirectXTK/archive/$(version).zip", "https://github.com/microsoft/DirectXTK.git", diff --git a/packages/d/doctest/xmake.lua b/packages/d/doctest/xmake.lua index d58f67f6fb4..ebf47abae70 100644 --- a/packages/d/doctest/xmake.lua +++ b/packages/d/doctest/xmake.lua @@ -3,6 +3,7 @@ package("doctest") set_kind("library", {headeronly = true}) set_homepage("http://bit.ly/doctest-docs") set_description("The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD") + set_license("MIT") set_urls("https://github.com/doctest/doctest/archive/refs/tags/v$(version).tar.gz", "https://github.com/doctest/doctest/archive/refs/tags/$(version).tar.gz", diff --git a/packages/d/dynareadout/xmake.lua b/packages/d/dynareadout/xmake.lua index e252284cb7e..4242c042526 100644 --- a/packages/d/dynareadout/xmake.lua +++ b/packages/d/dynareadout/xmake.lua @@ -2,6 +2,7 @@ package("dynareadout") set_homepage("https://github.com/PucklaJ/dynareadout") set_description("High-Performance C/C++ library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck)") + set_license("zlib") add_urls("https://github.com/PucklaJ/dynareadout/archive/refs/tags/$(version).tar.gz", "https://github.com/PucklaJ/dynareadout.git") diff --git a/packages/e/emio/xmake.lua b/packages/e/emio/xmake.lua index fa900ffa76f..d9b30ee147e 100644 --- a/packages/e/emio/xmake.lua +++ b/packages/e/emio/xmake.lua @@ -2,6 +2,7 @@ package("emio") set_kind("library", {headeronly = true}) set_homepage("https://viatorus.github.io/emio/") set_description("A safe and fast high-level and low-level character input/output library for bare-metal and RTOS based embedded systems with a very small binary footprint.") + set_license("MIT") add_urls("https://github.com/viatorus/emio/archive/refs/tags/$(version).tar.gz", "https://github.com/viatorus/emio.git") diff --git a/packages/e/expresscpp/xmake.lua b/packages/e/expresscpp/xmake.lua index 18f0ba4384e..842b3eea9d7 100644 --- a/packages/e/expresscpp/xmake.lua +++ b/packages/e/expresscpp/xmake.lua @@ -2,6 +2,7 @@ package("expresscpp") set_homepage("https://github.com/expresscpp/expresscpp.git") set_description("Fast, unopinionated, minimalist web framework for C++ Perfect for building REST APIs.") + set_license("MIT") set_urls("https://github.com/expresscpp/expresscpp/archive/$(version).tar.gz", "https://github.com/expresscpp/expresscpp.git") diff --git a/packages/f/faac/xmake.lua b/packages/f/faac/xmake.lua index 70b0b680c56..6314259695d 100644 --- a/packages/f/faac/xmake.lua +++ b/packages/f/faac/xmake.lua @@ -1,6 +1,7 @@ package("faac") set_homepage("https://sourceforge.net/projects/faac/") set_description("Freeware Advanced Audio Coder faac mirror") + set_license("LGPL-2.1") add_urls("https://github.com/knik0/faac/archive/refs/tags/$(version).tar.gz", {version = function (version) return version:gsub("%.", "_") diff --git a/packages/f/fastcppcsvparser/xmake.lua b/packages/f/fastcppcsvparser/xmake.lua index d6c7758edf9..de11ec1d89d 100644 --- a/packages/f/fastcppcsvparser/xmake.lua +++ b/packages/f/fastcppcsvparser/xmake.lua @@ -2,6 +2,7 @@ package("fastcppcsvparser") set_homepage("https://github.com/ben-strasser/fast-cpp-csv-parser") set_description("This is a small, easy-to-use and fast header-only library for reading comma separated value (CSV) files (by ben-strasser)") + set_license("BSD-3-Clause") add_urls("https://github.com/ben-strasser/fast-cpp-csv-parser.git") add_versions("2021.01.03", "75600d0b77448e6c410893830df0aec1dbacf8e3") diff --git a/packages/f/functionalplus/xmake.lua b/packages/f/functionalplus/xmake.lua index 8295bc6339b..a245484d94d 100644 --- a/packages/f/functionalplus/xmake.lua +++ b/packages/f/functionalplus/xmake.lua @@ -2,6 +2,7 @@ package("functionalplus") set_kind("library", {headeronly = true}) set_homepage("http://www.editgym.com/fplus-api-search/") set_description("Functional Programming Library for C++. Write concise and readable C++ code.") + set_license("BSL-1.0") add_urls("https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/$(version).tar.gz", "https://github.com/Dobiasd/FunctionalPlus.git") diff --git a/packages/g/godotcpp/xmake.lua b/packages/g/godotcpp/xmake.lua index 356215704dd..99e2bccc5f4 100755 --- a/packages/g/godotcpp/xmake.lua +++ b/packages/g/godotcpp/xmake.lua @@ -2,6 +2,7 @@ package("godotcpp") set_homepage("https://godotengine.org/") set_description("C++ bindings for the Godot script API") + set_license("MIT") set_urls("https://github.com/godotengine/godot-cpp.git") add_versions("3.2", "77d41fa179e40560f1e264ed483638bf51713779") diff --git a/packages/g/gpujpeg/xmake.lua b/packages/g/gpujpeg/xmake.lua index 77dd2c977eb..31c9bd92919 100644 --- a/packages/g/gpujpeg/xmake.lua +++ b/packages/g/gpujpeg/xmake.lua @@ -1,6 +1,7 @@ package("gpujpeg") set_homepage("https://github.com/CESNET/GPUJPEG") set_description("JPEG encoder and decoder library and console application for NVIDIA GPUs from CESNET and SITOLA of Faculty of Informatics at Masaryk University.") + set_license("BSD-2-Clause") add_urls("https://github.com/CESNET/GPUJPEG/archive/refs/tags/$(version).tar.gz", "https://github.com/CESNET/GPUJPEG.git") diff --git a/packages/g/guetzli/xmake.lua b/packages/g/guetzli/xmake.lua index 30b8ea1bae4..0fdbf8bd84e 100644 --- a/packages/g/guetzli/xmake.lua +++ b/packages/g/guetzli/xmake.lua @@ -2,6 +2,7 @@ package("guetzli") set_homepage("https://github.com/google/guetzli") set_description("Perceptual JPEG encoder") + set_license("Apache-2.0") add_urls("https://github.com/google/guetzli/archive/refs/tags/$(version).tar.gz", "https://github.com/google/guetzli.git") diff --git a/packages/h/handy/xmake.lua b/packages/h/handy/xmake.lua index bbd600920c3..d7366abef87 100644 --- a/packages/h/handy/xmake.lua +++ b/packages/h/handy/xmake.lua @@ -1,6 +1,7 @@ package("handy") set_homepage("https://github.com/yedf2/handy") set_description("A simple C++11 network server framework") + set_license("BSD-2-Clause") add_urls("https://github.com/yedf2/handy/archive/refs/tags/$(version).tar.gz", "https://github.com/yedf2/handy.git") diff --git a/packages/h/highfive/xmake.lua b/packages/h/highfive/xmake.lua index e7209bab037..bb3c01249bd 100644 --- a/packages/h/highfive/xmake.lua +++ b/packages/h/highfive/xmake.lua @@ -2,6 +2,7 @@ package("highfive") set_kind("library", {headeronly = true}) set_homepage("https://github.com/BlueBrain/HighFive") set_description("HighFive - Header-only C++ HDF5 interface") + set_license("BSL-1.0") add_urls("https://github.com/BlueBrain/HighFive/archive/refs/tags/$(version).tar.gz", "https://github.com/BlueBrain/HighFive.git") diff --git a/packages/h/hopscotch-map/xmake.lua b/packages/h/hopscotch-map/xmake.lua index 84bed9fc035..55bee216bff 100644 --- a/packages/h/hopscotch-map/xmake.lua +++ b/packages/h/hopscotch-map/xmake.lua @@ -2,6 +2,7 @@ package("hopscotch-map") set_kind("library", {headeronly = true}) set_homepage("https://github.com/Tessil/hopscotch-map") set_description("A C++ implementation of a fast hash map and hash set using hopscotch hashing") + set_license("MIT") set_urls("https://github.com/Tessil/hopscotch-map/archive/$(version).zip", "https://github.com/Tessil/hopscotch-map.git") diff --git a/packages/i/icbc/xmake.lua b/packages/i/icbc/xmake.lua index 853238997cd..22ee8bb9f17 100644 --- a/packages/i/icbc/xmake.lua +++ b/packages/i/icbc/xmake.lua @@ -2,6 +2,7 @@ package("icbc") set_homepage("https://github.com/castano/icbc") set_description("A High Quality SIMD BC1 Encoder") + set_license("MIT") add_urls("https://github.com/castano/icbc/archive/refs/tags/$(version).tar.gz", "https://github.com/castano/icbc.git") diff --git a/packages/i/imguizmo/xmake.lua b/packages/i/imguizmo/xmake.lua index 5818b073b69..85b3f3c067c 100644 --- a/packages/i/imguizmo/xmake.lua +++ b/packages/i/imguizmo/xmake.lua @@ -2,6 +2,7 @@ package("imguizmo") set_homepage("https://github.com/CedricGuillemet/ImGuizmo") set_description("Immediate mode 3D gizmo for scene editing and other controls based on Dear Imgui") + set_license("MIT") add_urls("https://github.com/CedricGuillemet/ImGuizmo.git") add_versions("1.83", "664cf2d73864a36b2a8b5091d33fc4578c885eca") diff --git a/packages/i/inja/xmake.lua b/packages/i/inja/xmake.lua index 352322fb492..7f0bf3482e1 100644 --- a/packages/i/inja/xmake.lua +++ b/packages/i/inja/xmake.lua @@ -2,6 +2,7 @@ package("inja") set_homepage("https://pantor.github.io/inja/") set_description("A Template Engine for Modern C++") + set_license("MIT") add_urls("https://github.com/pantor/inja/archive/$(version).tar.gz", "https://github.com/pantor/inja.git") diff --git a/packages/j/johnnyengine/xmake.lua b/packages/j/johnnyengine/xmake.lua index f25fd5d58b3..624aeb4600a 100644 --- a/packages/j/johnnyengine/xmake.lua +++ b/packages/j/johnnyengine/xmake.lua @@ -2,6 +2,7 @@ package("johnnyengine") set_homepage("https://github.com/PucklaJ/JohnnyEngine") set_description("A 2D/3D Engine using OpenGL and SDL for input and the window") + set_license("zlib") add_urls("https://github.com/PucklaJ/JohnnyEngine/archive/refs/tags/$(version).zip", "https://github.com/PucklaJ/JohnnyEngine.git") diff --git a/packages/j/jsmn/xmake.lua b/packages/j/jsmn/xmake.lua index f4dc5e0f4ac..6335cb5e088 100644 --- a/packages/j/jsmn/xmake.lua +++ b/packages/j/jsmn/xmake.lua @@ -3,6 +3,7 @@ package("jsmn") set_kind("library", {headeronly = true}) set_homepage("https://github.com/zserge/jsmn") set_description("Jsmn is a world fastest JSON parser/tokenizer") + set_license("MIT") set_urls("https://github.com/zserge/jsmn/archive/refs/tags/$(version).tar.gz", "https://github.com/zserge/jsmn.git") diff --git a/packages/j/json-schema-validator/xmake.lua b/packages/j/json-schema-validator/xmake.lua index 1e75aff7148..5bec6988866 100644 --- a/packages/j/json-schema-validator/xmake.lua +++ b/packages/j/json-schema-validator/xmake.lua @@ -1,6 +1,7 @@ package("json-schema-validator") set_homepage("https://github.com/pboettch/json-schema-validator") set_description("JSON schema validator for JSON for Modern C++") + set_license("MIT") add_urls("https://github.com/pboettch/json-schema-validator/archive/refs/tags/$(version).tar.gz", "https://github.com/pboettch/json-schema-validator.git") diff --git a/packages/j/jsoncons/xmake.lua b/packages/j/jsoncons/xmake.lua index e9d9ad6cc2b..c381f23900f 100644 --- a/packages/j/jsoncons/xmake.lua +++ b/packages/j/jsoncons/xmake.lua @@ -3,6 +3,7 @@ package("jsoncons") set_kind("library", {headeronly = true}) set_homepage("https://danielaparker.github.io/jsoncons/") set_description("A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON") + set_license("BSL-1.0") set_urls("https://github.com/danielaparker/jsoncons/archive/$(version).zip", "https://github.com/danielaparker/jsoncons.git") diff --git a/packages/k/kcp/xmake.lua b/packages/k/kcp/xmake.lua index 6b8fbaec51c..0589eeef2c6 100644 --- a/packages/k/kcp/xmake.lua +++ b/packages/k/kcp/xmake.lua @@ -2,6 +2,7 @@ package("kcp") set_homepage("https://github.com/skywind3000/kcp") set_description("A Fast and Reliable ARQ Protocol.") + set_license("MIT") add_urls("https://github.com/skywind3000/kcp/archive/$(version).tar.gz", "https://github.com/skywind3000/kcp.git") diff --git a/packages/l/lbuild/xmake.lua b/packages/l/lbuild/xmake.lua index ec37f554da0..905268d2119 100644 --- a/packages/l/lbuild/xmake.lua +++ b/packages/l/lbuild/xmake.lua @@ -2,6 +2,7 @@ package("lbuild") set_kind("binary") set_homepage("https://pypi.org/project/lbuild") set_description("lbuild: a generic, modular code generator in Python 3") + set_license("BSD-2-Clause") add_urls("https://github.com/modm-io/lbuild.git") add_versions("2022.02.14", "5d65b36ebed5156809cd4e4675718c04df0515da") diff --git a/packages/l/leveldb/xmake.lua b/packages/l/leveldb/xmake.lua index af891d85bb9..0e6d865afbd 100644 --- a/packages/l/leveldb/xmake.lua +++ b/packages/l/leveldb/xmake.lua @@ -2,6 +2,7 @@ package("leveldb") set_homepage("https://github.com/google/leveldb") set_description("LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.") + set_license("BSD-3-Clause") add_urls("https://github.com/google/leveldb/archive/$(version).tar.gz", "https://github.com/google/leveldb.git") diff --git a/packages/l/lexy/xmake.lua b/packages/l/lexy/xmake.lua index bf8fb57ce5c..9c7100702dd 100644 --- a/packages/l/lexy/xmake.lua +++ b/packages/l/lexy/xmake.lua @@ -2,6 +2,7 @@ package("lexy") set_kind("library", {headeronly = true}) set_homepage("https://lexy.foonathan.net") set_description("C++ parsing DSL") + set_license("BSL-1.0") add_urls("https://github.com/foonathan/lexy.git") add_versions("2022.12.1", "f68737b725116d00e5582602e22604a14fc26547") diff --git a/packages/l/libaco/xmake.lua b/packages/l/libaco/xmake.lua index ca9c55bd578..97a827393e0 100644 --- a/packages/l/libaco/xmake.lua +++ b/packages/l/libaco/xmake.lua @@ -2,6 +2,7 @@ package("libaco") set_homepage("https://github.com/hnes/libaco") set_description("A blazing fast and lightweight C asymmetric coroutine library") + set_license("Apache-2.0") add_urls("https://github.com/hnes/libaco/archive/refs/tags/$(version).tar.gz", "https://github.com/hnes/libaco.git") diff --git a/packages/l/libfiber/xmake.lua b/packages/l/libfiber/xmake.lua index f792a74f583..ee052ce5994 100644 --- a/packages/l/libfiber/xmake.lua +++ b/packages/l/libfiber/xmake.lua @@ -1,6 +1,7 @@ package("libfiber") set_homepage("https://github.com/iqiyi/libfiber") set_description("The high performance coroutine library for Linux/FreeBSD/MacOS/Windows, supporting select/poll/epoll/kqueue/iocp/windows GUI") + set_license("LGPL-3.0") add_urls("https://github.com/iqiyi/libfiber/archive/refs/tags/$(version).tar.gz", {version = function (version) return version:gsub("%+", ".") diff --git a/packages/l/libfive/xmake.lua b/packages/l/libfive/xmake.lua index ad2adf03324..ea6940c3986 100644 --- a/packages/l/libfive/xmake.lua +++ b/packages/l/libfive/xmake.lua @@ -2,6 +2,7 @@ package("libfive") set_homepage("https://libfive.com/") set_description("libfive is a software library and set of tools for solid modeling, especially suited for parametric and procedural design.") + set_license("MPL-2.0") add_urls("https://github.com/libfive/libfive.git") add_versions("2021.04.08", "e6a6448694f2204b003e29bba45754461261b9b2") diff --git a/packages/l/libfswatch/xmake.lua b/packages/l/libfswatch/xmake.lua index 32e0160eae6..c7a15b8df09 100644 --- a/packages/l/libfswatch/xmake.lua +++ b/packages/l/libfswatch/xmake.lua @@ -1,6 +1,7 @@ package("libfswatch") set_homepage("https://emcrisostomo.github.io/fswatch/") set_description("A cross-platform file change monitor with multiple backends: Apple OS X File System Events, *BSD kqueue, Solaris/Illumos File Events Notification, Linux inotify, Microsoft Windows and a stat()-based backend.") + set_license("GPL-3.0") add_urls("https://github.com/emcrisostomo/fswatch/archive/refs/tags/$(version).tar.gz", "https://github.com/emcrisostomo/fswatch.git") diff --git a/packages/l/libhv/xmake.lua b/packages/l/libhv/xmake.lua index 530b428a9c7..71ba302e90f 100644 --- a/packages/l/libhv/xmake.lua +++ b/packages/l/libhv/xmake.lua @@ -1,6 +1,7 @@ package("libhv") set_homepage("https://github.com/ithewei/libhv") set_description("Like libevent, libev, and libuv, libhv provides event-loop with non-blocking IO and timer, but simpler api and richer protocols.") + set_license("BSD-3-Clause") add_urls("https://github.com/ithewei/libhv/archive/v$(version).zip", {excludes = {"*/html/*"}}) add_versions("1.0.0", "39adb77cc7addaba82b69fa9a433041c8288f3d9c773fa360162e3391dcf6a7b") diff --git a/packages/l/libnet/xmake.lua b/packages/l/libnet/xmake.lua index b4d37632b85..d575bb3e19c 100644 --- a/packages/l/libnet/xmake.lua +++ b/packages/l/libnet/xmake.lua @@ -1,6 +1,7 @@ package("libnet") set_homepage("https://codedocs.xyz/libnet/libnet/") set_description("A portable framework for low-level network packet construction") + set_license("MIT") add_urls("https://github.com/libnet/libnet/releases/download/$(version).tar.gz", {version = function (version) return version .. "/libnet-" .. (version:gsub("v", "")) diff --git a/packages/l/liboai/xmake.lua b/packages/l/liboai/xmake.lua index 89be46927dd..c9e0865a964 100644 --- a/packages/l/liboai/xmake.lua +++ b/packages/l/liboai/xmake.lua @@ -2,6 +2,7 @@ package("liboai") set_homepage("https://github.com/D7EAD/liboai") set_description("A C++17 library to access the entire OpenAI API.") + set_license("MIT") set_urls("https://github.com/D7EAD/liboai/archive/refs/tags/v$(version).tar.gz", "https://github.com/D7EAD/liboai.git") diff --git a/packages/l/libpeconv/xmake.lua b/packages/l/libpeconv/xmake.lua index aa1d02be7af..8b8bed50685 100644 --- a/packages/l/libpeconv/xmake.lua +++ b/packages/l/libpeconv/xmake.lua @@ -1,6 +1,7 @@ package("libpeconv") set_homepage("https://hasherezade.github.io/libpeconv") set_description("A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl") + set_license("BSD-2-Clause") add_urls("https://github.com/hasherezade/libpeconv.git") add_versions("2023.05.31", "709a9b40fa6420c6cd7aa1145b0ff1a154858358") diff --git a/packages/l/libredwg/xmake.lua b/packages/l/libredwg/xmake.lua index 9e20e3a9d3d..c7d35481904 100644 --- a/packages/l/libredwg/xmake.lua +++ b/packages/l/libredwg/xmake.lua @@ -1,6 +1,7 @@ package("libredwg") set_homepage("https://github.com/LibreDWG/libredwg") set_description("A library to allow reading data from a DWG file.") + set_license("GPL-3.0") add_urls("https://github.com/LibreDWG/libredwg.git") add_versions("0.13.3", "97c7225596c17430b82fd0161e7eff6beb5b1034") diff --git a/packages/l/libsvm/xmake.lua b/packages/l/libsvm/xmake.lua index 7606638b58f..54e9bfe3db2 100644 --- a/packages/l/libsvm/xmake.lua +++ b/packages/l/libsvm/xmake.lua @@ -2,6 +2,7 @@ package("libsvm") set_homepage("https://github.com/cjlin1/libsvm") set_description("A simple, easy-to-use, and efficient software for SVM classification and regression") + set_license("BSD-3-Clause") add_urls("https://github.com/cjlin1/libsvm/archive/refs/tags/$(version).tar.gz", "https://github.com/cjlin1/libsvm.git") diff --git a/packages/l/libui/xmake.lua b/packages/l/libui/xmake.lua index 6e1dd32842a..e80c060f7b3 100644 --- a/packages/l/libui/xmake.lua +++ b/packages/l/libui/xmake.lua @@ -1,6 +1,7 @@ package("libui") set_homepage("https://libui-ng.github.io/libui-ng/") set_description("A portable GUI library for C") + set_license("MIT") set_urls("https://github.com/libui-ng/libui-ng.git") add_versions("2022.12.3", "8c82e737eea2f8ab3667e227142abd2fd221f038") diff --git a/packages/l/linenoise/xmake.lua b/packages/l/linenoise/xmake.lua index 8b4b4f236a8..391d5356600 100644 --- a/packages/l/linenoise/xmake.lua +++ b/packages/l/linenoise/xmake.lua @@ -2,6 +2,7 @@ package("linenoise") set_homepage("https://github.com/antirez/linenoise") set_description("A small self-contained alternative to readline and libedit") + set_license("BSD-2-Clause") add_urls("https://github.com/antirez/linenoise.git") diff --git a/packages/l/linmath.h/xmake.lua b/packages/l/linmath.h/xmake.lua index 62664c41ce6..58a764124da 100644 --- a/packages/l/linmath.h/xmake.lua +++ b/packages/l/linmath.h/xmake.lua @@ -2,6 +2,7 @@ package("linmath.h") set_kind("library", {headeronly = true}) set_homepage("https://github.com/datenwolf/linmath.h") set_description("a lean linear math library, aimed at graphics programming. Supports vec3, vec4, mat4x4 and quaternions") + set_license("WTFPL") add_urls("https://github.com/datenwolf/linmath.h.git") add_versions("2022.06.19", "3eef82841046507e16a0f6194a61cee2eadd34b3") diff --git a/packages/l/littlefs/xmake.lua b/packages/l/littlefs/xmake.lua index 5a543632d08..9b53c804beb 100644 --- a/packages/l/littlefs/xmake.lua +++ b/packages/l/littlefs/xmake.lua @@ -1,6 +1,7 @@ package("littlefs") set_homepage("https://github.com/littlefs-project/littlefs") set_description("A little fail-safe filesystem designed for microcontrollers") + set_license("BSD-3-Clause") add_urls("https://github.com/littlefs-project/littlefs/archive/refs/tags/$(version).tar.gz", "https://github.com/littlefs-project/littlefs.git") diff --git a/packages/m/mdns/xmake.lua b/packages/m/mdns/xmake.lua index 6b038ca08bf..c922cfd9b65 100644 --- a/packages/m/mdns/xmake.lua +++ b/packages/m/mdns/xmake.lua @@ -2,6 +2,7 @@ package("mdns") set_kind("library", {headeronly = true}) set_homepage("https://github.com/mjansson/mdns") set_description("Public domain mDNS/DNS-SD library in C") + set_license("Unlicense") add_urls("https://github.com/mjansson/mdns/archive/refs/tags/$(version).tar.gz", "https://github.com/mjansson/mdns.git") diff --git a/packages/m/mem/xmake.lua b/packages/m/mem/xmake.lua index 408d73d111c..abbc81bac95 100644 --- a/packages/m/mem/xmake.lua +++ b/packages/m/mem/xmake.lua @@ -3,6 +3,7 @@ package("mem") set_kind("library", {headeronly = true}) set_homepage("https://github.com/0x1F9F1/mem") set_description("A collection of C++11 headers useful for reverse engineering") + set_license("MIT") add_urls("https://github.com/0x1F9F1/mem/archive/refs/tags/$(version).tar.gz", "https://github.com/0x1F9F1/mem.git") diff --git a/packages/m/meowhash/xmake.lua b/packages/m/meowhash/xmake.lua index 91ce01a7ad8..02ae2a0047e 100644 --- a/packages/m/meowhash/xmake.lua +++ b/packages/m/meowhash/xmake.lua @@ -3,6 +3,7 @@ package("meowhash") set_kind("library", {headeronly = true}) set_homepage("https://mollyrocket.com/meowhash") set_description("Official version of the Meow hash, an extremely fast level 1 hash") + set_license("zlib") add_urls("https://github.com/cmuratori/meow_hash.git") diff --git a/packages/m/mman_win32/xmake.lua b/packages/m/mman_win32/xmake.lua index d561c0aa0a7..d43c45675f7 100644 --- a/packages/m/mman_win32/xmake.lua +++ b/packages/m/mman_win32/xmake.lua @@ -1,6 +1,7 @@ package("mman_win32") set_homepage("https://github.com/alitrack/mman-win32") set_description("mman library for Windows. mirror of https://code.google.com/p/mman-win32/") + set_license("MIT") add_urls("https://github.com/alitrack/mman-win32.git") add_versions("2019.10.11", "2d1c576e62b99e85d99407e1a88794c6e44c3310") diff --git a/packages/m/mongo-cxx-driver/xmake.lua b/packages/m/mongo-cxx-driver/xmake.lua index 182903ca4ba..59c7d1646cf 100644 --- a/packages/m/mongo-cxx-driver/xmake.lua +++ b/packages/m/mongo-cxx-driver/xmake.lua @@ -2,6 +2,7 @@ package("mongo-cxx-driver") set_homepage("https://github.com/mongodb/mongo-cxx-driver") set_description("mongodb c++ driver") + set_license("Apache-2.0") add_urls("https://github.com/mongodb/mongo-cxx-driver/archive/r$(version).zip") add_versions("3.6.6", "4413de483c5070b48dc5b5c8ee3e32c8e7a2b74b892fe2a55ef78fb758bc01e0") diff --git a/packages/m/mpmcqueue/xmake.lua b/packages/m/mpmcqueue/xmake.lua index b23a5cfa1a2..c3334a48899 100644 --- a/packages/m/mpmcqueue/xmake.lua +++ b/packages/m/mpmcqueue/xmake.lua @@ -2,6 +2,7 @@ package("mpmcqueue") set_kind("library", {headeronly = true}) set_homepage("https://github.com/rigtorp/MPMCQueue") set_description("A bounded multi-producer multi-consumer concurrent queue written in C++11") + set_license("MIT") add_urls("https://github.com/rigtorp/MPMCQueue/archive/refs/tags/$(version).tar.gz", "https://github.com/rigtorp/MPMCQueue.git") diff --git a/packages/m/mujs/xmake.lua b/packages/m/mujs/xmake.lua index 11c760551cc..efd360701c1 100644 --- a/packages/m/mujs/xmake.lua +++ b/packages/m/mujs/xmake.lua @@ -1,6 +1,7 @@ package("mujs") set_homepage("http://mujs.com/") set_description("An embeddable Javascript interpreter in C.") + set_license("ISC") add_urls("https://mujs.com/downloads/mujs-$(version).tar.gz") add_urls("https://github.com/ccxvii/mujs/archive/refs/tags/$(version).tar.gz", diff --git a/packages/n/nana/xmake.lua b/packages/n/nana/xmake.lua index 84a7c2518cc..64aee92425e 100644 --- a/packages/n/nana/xmake.lua +++ b/packages/n/nana/xmake.lua @@ -2,6 +2,7 @@ package("nana") set_homepage("http://nanapro.org") set_description("A modern C++ GUI library.") + set_license("BSL-1.0") add_urls("https://github.com/cnjinhao/nana/archive/v$(version).tar.gz", "https://github.com/cnjinhao/nana.git") diff --git a/packages/n/nativefiledialog-extended/xmake.lua b/packages/n/nativefiledialog-extended/xmake.lua index 17225f90d74..d938e5860f3 100644 --- a/packages/n/nativefiledialog-extended/xmake.lua +++ b/packages/n/nativefiledialog-extended/xmake.lua @@ -2,6 +2,7 @@ package("nativefiledialog-extended") set_homepage("https://github.com/btzy/nativefiledialog-extended") set_description("Cross platform (Windows, Mac, Linux) native file dialog library with C and C++ bindings, based on mlabbe/nativefiledialog.") + set_license("zlib") add_urls("https://github.com/btzy/nativefiledialog-extended/archive/refs/tags/$(version).zip", "https://github.com/btzy/nativefiledialog-extended.git") diff --git a/packages/n/ndarray/xmake.lua b/packages/n/ndarray/xmake.lua index 86f47c7455f..4401af8f846 100644 --- a/packages/n/ndarray/xmake.lua +++ b/packages/n/ndarray/xmake.lua @@ -2,6 +2,7 @@ package("ndarray") set_kind("library", {headeronly = true}) set_homepage("https://github.com/ndarray/ndarray") set_description("NumPy-friendly multidimensional arrays in C++") + set_license("BSD-2-Clause") set_urls("https://github.com/ndarray/ndarray/archive/refs/tags/$(version).tar.gz") add_versions("1.6.4", "a125dfcb3c5bdfd1ef9055cd4f2c3de60ad02abc53279dd25e28d155e786ebe0") diff --git a/packages/n/nng/xmake.lua b/packages/n/nng/xmake.lua index d479aa10caa..d39788126b5 100644 --- a/packages/n/nng/xmake.lua +++ b/packages/n/nng/xmake.lua @@ -2,6 +2,7 @@ package("nng") set_homepage("https://github.com/nanomsg/nng") set_description("NNG, like its predecessors nanomsg (and to some extent ZeroMQ), is a lightweight, broker-less library, offering a simple API to solve common recurring messaging problems.") + set_license("MIT") add_urls("https://github.com/nanomsg/nng/archive/v$(version).zip") add_versions("1.8.0", "48effcfd1acf31f6afcb1a92ecb4aa87f7993f5c54bf6587b0f4fb2606ce96d3") diff --git a/packages/n/nngpp/xmake.lua b/packages/n/nngpp/xmake.lua index a36105049ef..4e58129dc72 100644 --- a/packages/n/nngpp/xmake.lua +++ b/packages/n/nngpp/xmake.lua @@ -2,6 +2,7 @@ package("nngpp") set_homepage("https://github.com/cwzx/nngpp") set_description("C++ wrapper around the nanomsg NNG API.") + set_license("MIT") add_urls("https://github.com/cwzx/nngpp.git") add_versions("v2020.10.30", "8da8c026bd551b7685a8a140909ff96cfe91bf90") diff --git a/packages/p/phnt/xmake.lua b/packages/p/phnt/xmake.lua index 82f3e057a17..441907cfc73 100644 --- a/packages/p/phnt/xmake.lua +++ b/packages/p/phnt/xmake.lua @@ -3,6 +3,7 @@ package("phnt") set_kind("library", {headeronly = true}) set_homepage("https://github.com/winsiderss/systeminformer") set_description("Native API header files for the System Informer project.") + set_license("MIT") set_urls("https://github.com/winsiderss/phnt.git") add_versions("2023.6.18", "7c1adb8a7391939dfd684f27a37e31f18d303944") diff --git a/packages/p/pprint/xmake.lua b/packages/p/pprint/xmake.lua index e02f92e7234..047a3b8ba14 100644 --- a/packages/p/pprint/xmake.lua +++ b/packages/p/pprint/xmake.lua @@ -2,6 +2,7 @@ package("pprint") set_kind("library", {headeronly = true}) set_homepage("https://github.com/p-ranav/pprint") set_description("Pretty Printer for Modern C++") + set_license("MIT") add_urls("https://github.com/p-ranav/pprint.git") diff --git a/packages/p/pycdc/xmake.lua b/packages/p/pycdc/xmake.lua index 9fb9d11b3a8..f9d77d4a43b 100644 --- a/packages/p/pycdc/xmake.lua +++ b/packages/p/pycdc/xmake.lua @@ -1,6 +1,7 @@ package("pycdc") set_homepage("https://github.com/zrax/pycdc") set_description("C++ python bytecode disassembler and decompiler") + set_license("GPL-3.0") add_urls("https://github.com/zrax/pycdc.git") add_versions("2022.10.04", "44a730f3a889503014fec94ae6e62d8401cb75e5") diff --git a/packages/p/pyincpp/xmake.lua b/packages/p/pyincpp/xmake.lua index b6f273b6351..efcbf410482 100644 --- a/packages/p/pyincpp/xmake.lua +++ b/packages/p/pyincpp/xmake.lua @@ -1,6 +1,7 @@ package("pyincpp") set_homepage("https://github.com/chen-qingyu/pyincpp") set_description("A C++ type library that is as easy to use as Python built-in types.") + set_license("GPL-3.0") set_kind("library", {headeronly = true}) add_urls("https://github.com/chen-qingyu/pyincpp/archive/refs/tags/$(version).tar.gz", diff --git a/packages/p/pystring/xmake.lua b/packages/p/pystring/xmake.lua index 50d1cad5109..2b1f99cc03f 100644 --- a/packages/p/pystring/xmake.lua +++ b/packages/p/pystring/xmake.lua @@ -2,6 +2,7 @@ package("pystring") set_homepage("https://github.com/imageworks/pystring") set_description("Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.") + set_license("BSD-3-Clause") add_urls("https://github.com/imageworks/pystring.git") add_versions("2020.02.04", "281419de2f91f9e0f2df6acddfea3b06a43436be") diff --git a/packages/r/rapidcsv/xmake.lua b/packages/r/rapidcsv/xmake.lua index c2a170a893c..63403ef9f9e 100644 --- a/packages/r/rapidcsv/xmake.lua +++ b/packages/r/rapidcsv/xmake.lua @@ -3,6 +3,7 @@ package("rapidcsv") set_kind("library", {headeronly = true}) set_homepage("https://github.com/d99kris/rapidcsv") set_description("C++ header-only library for CSV parsing (by d99kris)") + set_license("BSD-3-Clause") add_urls("https://github.com/d99kris/rapidcsv/archive/refs/tags/v$(version).zip") add_versions("8.83", "ca7e99a7229d50a8d7e59d77f31b53970579429c71bf05bc53729d15135c9b6f") diff --git a/packages/r/rest_rpc/xmake.lua b/packages/r/rest_rpc/xmake.lua index 741b808e543..a5b7ede882c 100644 --- a/packages/r/rest_rpc/xmake.lua +++ b/packages/r/rest_rpc/xmake.lua @@ -2,6 +2,7 @@ package("rest_rpc") set_kind("library", {headeronly = true}) set_homepage("https://github.com/qicosmos/rest_rpc") set_description("c++11, high performance, cross platform, easy to use rpc framework.") + set_license("MIT") add_urls("https://github.com/qicosmos/rest_rpc.git") add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585") diff --git a/packages/s/simde/xmake.lua b/packages/s/simde/xmake.lua index ad8811f9e46..de6f0c89020 100644 --- a/packages/s/simde/xmake.lua +++ b/packages/s/simde/xmake.lua @@ -3,6 +3,7 @@ package("simde") set_kind("library", {headeronly = true}) set_homepage("simd-everywhere.github.io/blog/") set_description("Implementations of SIMD instruction sets for systems which don't natively support them.") + set_license("MIT") set_urls("https://github.com/simd-everywhere/simde/releases/download/v$(version)/simde-amalgamated-$(version).tar.xz") diff --git a/packages/s/sqlpp11/xmake.lua b/packages/s/sqlpp11/xmake.lua index 1fb3fd738a8..c3ddd51088c 100644 --- a/packages/s/sqlpp11/xmake.lua +++ b/packages/s/sqlpp11/xmake.lua @@ -2,6 +2,7 @@ package("sqlpp11") set_kind("library", {headeronly = true}) set_homepage("https://github.com/rbock/sqlpp11") set_description("A type safe SQL template library for C++") + set_license("BSD-2-Clause") add_urls("https://github.com/rbock/sqlpp11/archive/refs/tags/$(version).tar.gz", "https://github.com/rbock/sqlpp11.git") diff --git a/packages/s/srt/xmake.lua b/packages/s/srt/xmake.lua index efe6dc3ca22..abaecd171d4 100644 --- a/packages/s/srt/xmake.lua +++ b/packages/s/srt/xmake.lua @@ -2,6 +2,7 @@ package("srt") set_homepage("https://www.srtalliance.org/") set_description("Secure Reliable Transport (SRT) Protocol") + set_license("MPL-2.0") add_urls("https://github.com/Haivision/srt/archive/refs/tags/$(version).tar.gz", "https://github.com/Haivision/srt.git") diff --git a/packages/s/stackwalker/xmake.lua b/packages/s/stackwalker/xmake.lua index f814c727aa6..f75aa09fffc 100644 --- a/packages/s/stackwalker/xmake.lua +++ b/packages/s/stackwalker/xmake.lua @@ -2,6 +2,7 @@ package("stackwalker") set_homepage("https://github.com/JochenKalmbach/StackWalker") set_description("A library to walk the callstack in windows applications.") + set_license("BSD-2-Clause") set_urls("https://github.com/JochenKalmbach/StackWalker/archive/$(version).zip", "https://github.com/JochenKalmbach/StackWalker.git") diff --git a/packages/t/toml++/xmake.lua b/packages/t/toml++/xmake.lua index 9e6ff0a4a92..b3b45fab0f6 100644 --- a/packages/t/toml++/xmake.lua +++ b/packages/t/toml++/xmake.lua @@ -2,6 +2,7 @@ package("toml++") set_homepage("https://marzer.github.io/tomlplusplus/") set_description("toml++ is a header-only TOML config file parser and serializer for C++17 (and later!).") + set_license("MIT") add_urls("https://github.com/marzer/tomlplusplus/archive/refs/tags/$(version).tar.gz", "https://github.com/marzer/tomlplusplus.git") diff --git a/packages/u/units/xmake.lua b/packages/u/units/xmake.lua index 213ee4f5d40..44a68809e52 100644 --- a/packages/u/units/xmake.lua +++ b/packages/u/units/xmake.lua @@ -2,6 +2,7 @@ package("units") set_kind("library", {headeronly = true}) set_homepage("https://nholthaus.github.io/units/") set_description("A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.") + set_license("MIT") add_urls("https://github.com/nholthaus/units/archive/refs/tags/$(version).tar.gz", "https://github.com/nholthaus/units.git") add_versions("v2.3.3", "b1f3c1dd11afa2710a179563845ce79f13ebf0c8c090d6aa68465b18bd8bd5fc") diff --git a/packages/x/xbyak/xmake.lua b/packages/x/xbyak/xmake.lua index 93b75ed0cf2..ed83390a764 100644 --- a/packages/x/xbyak/xmake.lua +++ b/packages/x/xbyak/xmake.lua @@ -2,6 +2,7 @@ package("xbyak") set_kind("library", {headeronly = true}) set_homepage("https://github.com/herumi/xbyak") set_description("JIT assembler for x86(IA-32)/x64(AMD64, x86-64) MMX/SSE/SSE2/SSE3/SSSE3/SSE4/FPU/AVX/AVX2/AVX-512") + set_license("BSD-3-Clause") set_urls("https://github.com/herumi/xbyak/archive/$(version).zip", "https://github.com/herumi/xbyak.git")