Skip to content

Commit

Permalink
Add missing licenses
Browse files Browse the repository at this point in the history
  • Loading branch information
apocelipes committed Aug 4, 2024
1 parent 5f0b318 commit 841344b
Show file tree
Hide file tree
Showing 79 changed files with 79 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/a/aws-sdk-cpp/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/b/boost_di/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/b/box2d/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/b/brynet/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cgetopt/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cli/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cosmocc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cpp-lazy/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cppcoro/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/crc32c/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/csvparser/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/c/cutlass/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/d/daw_header_libraries/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/d/debugbreak/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/d/directxtk/xmake.lua
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/d/doctest/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions packages/d/dynareadout/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/e/emio/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/e/expresscpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/f/faac/xmake.lua
Original file line number Diff line number Diff line change
@@ -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("%.", "_")
Expand Down
1 change: 1 addition & 0 deletions packages/f/fastcppcsvparser/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/f/functionalplus/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/g/godotcpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/g/gpujpeg/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/g/guetzli/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/h/handy/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/h/highfive/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/h/hopscotch-map/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/i/icbc/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/i/imguizmo/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/i/inja/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/j/johnnyengine/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/j/jsmn/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/j/json-schema-validator/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/j/jsoncons/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/k/kcp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/lbuild/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/leveldb/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/lexy/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libaco/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libfiber/xmake.lua
Original file line number Diff line number Diff line change
@@ -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("%+", ".")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libfive/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libfswatch/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libhv/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libnet/xmake.lua
Original file line number Diff line number Diff line change
@@ -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", ""))
Expand Down
1 change: 1 addition & 0 deletions packages/l/liboai/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libpeconv/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libredwg/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libsvm/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
1 change: 1 addition & 0 deletions packages/l/libui/xmake.lua
Original file line number Diff line number Diff line change
@@ -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")
Expand Down
Loading

0 comments on commit 841344b

Please sign in to comment.