Add licenses to some packages. Only well-known licenses were added (GPL, MIT, BSD, etc.); custom licenses were not.
@@ -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")
@@ -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")
@@ -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")
@@ -2,6 +2,7 @@ package("cpp-lazy")
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")
@@ -2,6 +2,7 @@ package("cutlass")
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")
@@ -2,6 +2,7 @@ package("daw_header_libraries")
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 ")
add_urls("https://github.com/beached/header_libraries/archive/refs/tags/$(version).tar.gz",
"https://github.com/beached/header_libraries.git")
@@ -2,6 +2,7 @@ package("debugbreak")
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")
@@ -3,6 +3,7 @@ package("doctest")
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_urls("https://github.com/doctest/doctest/archive/refs/tags/v$(version).tar.gz",
"https://github.com/doctest/doctest/archive/refs/tags/$(version).tar.gz",
@@ -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)")
add_urls("https://github.com/PucklaJ/dynareadout/archive/refs/tags/$(version).tar.gz",
"https://github.com/PucklaJ/dynareadout.git")
@@ -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_urls("https://github.com/expresscpp/expresscpp/archive/$(version).tar.gz",
"https://github.com/expresscpp/expresscpp.git")
@@ -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("%.", "_")
@@ -2,6 +2,7 @@ package("functionalplus")
set_homepage("http://www.editgym.com/fplus-api-search/")
set_description("Functional Programming Library for C++. Write concise and readable C++ code.")
add_urls("https://github.com/Dobiasd/FunctionalPlus/archive/refs/tags/$(version).tar.gz",
"https://github.com/Dobiasd/FunctionalPlus.git")
package("handy")
set_homepage("https://github.com/yedf2/handy")
set_description("A simple C++11 network server framework")
add_urls("https://github.com/yedf2/handy/archive/refs/tags/$(version).tar.gz",
"https://github.com/yedf2/handy.git")
@@ -2,6 +2,7 @@ package("highfive")
set_homepage("https://github.com/BlueBrain/HighFive")
set_description("HighFive - Header-only C++ HDF5 interface")
add_urls("https://github.com/BlueBrain/HighFive/archive/refs/tags/$(version).tar.gz",
"https://github.com/BlueBrain/HighFive.git")
@@ -2,6 +2,7 @@ package("hopscotch-map")
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_urls("https://github.com/Tessil/hopscotch-map/archive/$(version).zip",
"https://github.com/Tessil/hopscotch-map.git")
@@ -2,6 +2,7 @@ package("icbc")
set_homepage("https://github.com/castano/icbc")
set_description("A High Quality SIMD BC1 Encoder")
add_urls("https://github.com/castano/icbc/archive/refs/tags/$(version).tar.gz",
"https://github.com/castano/icbc.git")
@@ -2,6 +2,7 @@ package("inja")
set_homepage("https://pantor.github.io/inja/")
set_description("A Template Engine for Modern C++")
add_urls("https://github.com/pantor/inja/archive/$(version).tar.gz",
"https://github.com/pantor/inja.git")
@@ -3,6 +3,7 @@ package("jsmn")
set_homepage("https://github.com/zserge/jsmn")
set_description("Jsmn is a world fastest JSON parser/tokenizer")
set_urls("https://github.com/zserge/jsmn/archive/refs/tags/$(version).tar.gz",
"https://github.com/zserge/jsmn.git")
@@ -3,6 +3,7 @@ package("jsoncons")
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_urls("https://github.com/danielaparker/jsoncons/archive/$(version).zip",
"https://github.com/danielaparker/jsoncons.git")
@@ -2,6 +2,7 @@ package("kcp")
set_homepage("https://github.com/skywind3000/kcp")
set_description("A Fast and Reliable ARQ Protocol.")
add_urls("https://github.com/skywind3000/kcp/archive/$(version).tar.gz",
"https://github.com/skywind3000/kcp.git")
@@ -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.")
add_urls("https://github.com/google/leveldb/archive/$(version).tar.gz",
"https://github.com/google/leveldb.git")
@@ -2,6 +2,7 @@ package("lexy")
set_homepage("https://lexy.foonathan.net")
set_description("C++ parsing DSL")
add_urls("https://github.com/foonathan/lexy.git")
add_versions("2022.12.1", "f68737b725116d00e5582602e22604a14fc26547")
@@ -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")
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("%+", ".")
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")
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.")
add_urls("https://github.com/ithewei/libhv/archive/v$(version).zip", {excludes = {"*/html/*"}})
add_versions("1.0.0", "39adb77cc7addaba82b69fa9a433041c8288f3d9c773fa360162e3391dcf6a7b")
package("libnet")
set_homepage("https://codedocs.xyz/libnet/libnet/")
set_description("A portable framework for low-level network packet construction")
add_urls("https://github.com/libnet/libnet/releases/download/$(version).tar.gz", {version = function (version)
return version .. "/libnet-" .. (version:gsub("v", ""))
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")
add_urls("https://github.com/hasherezade/libpeconv.git")
add_versions("2023.05.31", "709a9b40fa6420c6cd7aa1145b0ff1a154858358")
package("libredwg")
set_homepage("https://github.com/LibreDWG/libredwg")
set_description("A library to allow reading data from a DWG file.")
add_urls("https://github.com/LibreDWG/libredwg.git")
add_versions("0.13.3", "97c7225596c17430b82fd0161e7eff6beb5b1034")
@@ -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")
add_urls("https://github.com/cjlin1/libsvm/archive/refs/tags/$(version).tar.gz",
"https://github.com/cjlin1/libsvm.git")
@@ -2,6 +2,7 @@ package("linenoise")
set_homepage("https://github.com/antirez/linenoise")
set_description("A small self-contained alternative to readline and libedit")
add_urls("https://github.com/antirez/linenoise.git")
@@ -2,6 +2,7 @@ package("linmath.h")
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")
package("littlefs")
set_homepage("https://github.com/littlefs-project/littlefs")
set_description("A little fail-safe filesystem designed for microcontrollers")
add_urls("https://github.com/littlefs-project/littlefs/archive/refs/tags/$(version).tar.gz",
"https://github.com/littlefs-project/littlefs.git")
@@ -2,6 +2,7 @@ package("mdns")
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")
@@ -3,6 +3,7 @@ package("mem")
set_homepage("https://github.com/0x1F9F1/mem")
set_description("A collection of C++11 headers useful for reverse engineering")
add_urls("https://github.com/0x1F9F1/mem/archive/refs/tags/$(version).tar.gz",
"https://github.com/0x1F9F1/mem.git")
@@ -3,6 +3,7 @@ package("meowhash")
set_homepage("https://mollyrocket.com/meowhash")
set_description("Official version of the Meow hash, an extremely fast level 1 hash")
add_urls("https://github.com/cmuratori/meow_hash.git")
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/")
add_urls("https://github.com/alitrack/mman-win32.git")
add_versions("2019.10.11", "2d1c576e62b99e85d99407e1a88794c6e44c3310")
@@ -2,6 +2,7 @@ package("mongo-cxx-driver")
set_homepage("https://github.com/mongodb/mongo-cxx-driver")
set_description("mongodb c++ driver")
add_urls("https://github.com/mongodb/mongo-cxx-driver/archive/r$(version).zip")
add_versions("3.6.6", "4413de483c5070b48dc5b5c8ee3e32c8e7a2b74b892fe2a55ef78fb758bc01e0")
@@ -2,6 +2,7 @@ package("mpmcqueue")
set_homepage("https://github.com/rigtorp/MPMCQueue")
set_description("A bounded multi-producer multi-consumer concurrent queue written in C++11")
add_urls("https://github.com/rigtorp/MPMCQueue/archive/refs/tags/$(version).tar.gz",
"https://github.com/rigtorp/MPMCQueue.git")
package("mujs")
set_homepage("http://mujs.com/")
set_description("An embeddable Javascript interpreter in C.")
add_urls("https://mujs.com/downloads/mujs-$(version).tar.gz")
add_urls("https://github.com/ccxvii/mujs/archive/refs/tags/$(version).tar.gz",
@@ -3,6 +3,7 @@ package("phnt")
set_homepage("https://github.com/winsiderss/systeminformer")
set_description("Native API header files for the System Informer project.")
set_urls("https://github.com/winsiderss/phnt.git")
add_versions("2023.6.18", "7c1adb8a7391939dfd684f27a37e31f18d303944")
@@ -2,6 +2,7 @@ package("pprint")
set_homepage("https://github.com/p-ranav/pprint")
set_description("Pretty Printer for Modern C++")
add_urls("https://github.com/p-ranav/pprint.git")
@@ -3,6 +3,7 @@ package("rapidcsv")
set_homepage("https://github.com/d99kris/rapidcsv")
set_description("C++ header-only library for CSV parsing (by d99kris)")
add_urls("https://github.com/d99kris/rapidcsv/archive/refs/tags/v$(version).zip")
add_versions("8.83", "ca7e99a7229d50a8d7e59d77f31b53970579429c71bf05bc53729d15135c9b6f")
@@ -2,6 +2,7 @@ package("rest_rpc")
set_homepage("https://github.com/qicosmos/rest_rpc")
set_description("c++11, high performance, cross platform, easy to use rpc framework.")
add_urls("https://github.com/qicosmos/rest_rpc.git")
add_versions("2023.6.14", "8782f1d341e1dd18f9fe3a77b8335fd17a5ba585")
@@ -3,6 +3,7 @@ package("simde")
set_homepage("simd-everywhere.github.io/blog/")
set_description("Implementations of SIMD instruction sets for systems which don't natively support them.")
set_urls("https://github.com/simd-everywhere/simde/releases/download/v$(version)/simde-amalgamated-$(version).tar.xz")
@@ -2,6 +2,7 @@ package("sqlpp11")
set_homepage("https://github.com/rbock/sqlpp11")
set_description("A type safe SQL template library for C++")
add_urls("https://github.com/rbock/sqlpp11/archive/refs/tags/$(version).tar.gz",
"https://github.com/rbock/sqlpp11.git")
@@ -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")
@@ -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_urls("https://github.com/JochenKalmbach/StackWalker/archive/$(version).zip",
"https://github.com/JochenKalmbach/StackWalker.git")
@@ -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!).")
add_urls("https://github.com/marzer/tomlplusplus/archive/refs/tags/$(version).tar.gz",
"https://github.com/marzer/tomlplusplus.git")
@@ -2,6 +2,7 @@ package("units")
set_homepage("https://nholthaus.github.io/units/")
set_description("A compile-time, header-only, dimensional analysis library built on c++14 with no dependencies.")
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")