generate statistics again and fixing inconsistencies across the entries, html output with vanilla-datatable included
This commit is contained in:
@ -1,27 +1,27 @@
|
||||
# Popular required libraries
|
||||
|
||||
[comment]: # (start of autogenerated content, do not edit)
|
||||
- **[Boost (C++ Libraries)](boost.md)** (C++, Special, mature)
|
||||
- **[Crypto++](crypto.md)** ()
|
||||
- **[Boost (C++ Libraries)](boost.md)** (C++, Boost license 1.0, mature)
|
||||
- **[Crypto++](crypto.md)** (C++, Boost-1.0, mature)
|
||||
- **[Doxygen](doxygen.md)** (C++, GPL-2.0, mature)
|
||||
- **[FreeType](freetype.md)** (C, GPL, mature)
|
||||
- **[HarfBuzz](harfbuzz.md)** (C++, MIT, mature)
|
||||
- **[LZMA SDK](lzma.md)** (C, LGPL-2.0, mature)
|
||||
- **[Libxml2](libxml2.md)** (C, MIT, mature)
|
||||
- **[Lua](lua.md)** (C, MIT, mature)
|
||||
- **[Open AL](openal.md)** ()
|
||||
- **[Open AL Soft](openalsoft.md)** ()
|
||||
- **[OpenSSL](openssl.md)** (C, Special, mature)
|
||||
- **[Open AL](open_al.md)** (Proprietary, mature)
|
||||
- **[Open AL Soft](open_al_soft.md)** (C, LGPL-2.0, mature)
|
||||
- **[OpenSSL](openssl.md)** (C, Custom, mature)
|
||||
- **[Pthreads-win32](pthreads_win32.md)** (C, LGPL-2.1, mature)
|
||||
- **[Ragel](ragel.md)** (C++, MIT, mature)
|
||||
- **[SWIG](swig.md)** (C++, Special, mature)
|
||||
- **[SWIG](swig.md)** (C++, SWIG license, mature)
|
||||
- **[Simple DirectMedia Layer](sdl_2.md)** (C, zlib, mature)
|
||||
- **[Simple and Fast Multimedia Library](sfml.md)** (C++, zlib, mature)
|
||||
- **[XZ Utils](xz.md)** (C, Different, see file Copying, liblzma is public domain, mature)
|
||||
- **[libpng](libpng.md)** (C, Special, mature)
|
||||
- **[XZ Utils](xz.md)** (C, Custom, mature)
|
||||
- **[libpng](libpng.md)** (C, Custom, mature)
|
||||
- **[pkg-config](pkgconfig.md)** (C, GPL-2.0, mature)
|
||||
- **[wxWidgets](wxwidgets.md)** (C++, Objective C, Special, mature)
|
||||
- **[yaml-cpp](yaml_cpp.md)** ()
|
||||
- **[wxWidgets](wxwidgets.md)** (C++, Objective C, Custom, mature)
|
||||
- **[yaml-cpp](yaml_cpp.md)** (C++, MIT, mature)
|
||||
- **[zlib](zlib.md)** (C, zlib, mature)
|
||||
|
||||
[comment]: # (end of autogenerated content)
|
@ -8,8 +8,9 @@ _Boost provides free peer-reviewed portable C++ source libraries._
|
||||
- State: mature
|
||||
- Code repository: https://github.com/boostorg/boost
|
||||
- Code language: C++
|
||||
- Code license: Special
|
||||
- Code license details: [Boost Software License 1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)
|
||||
- Code license: Boost license 1.0
|
||||
|
||||
[Boost Software License 1.0](https://github.com/boostorg/boost/blob/master/LICENSE_1_0.txt)
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -6,11 +6,11 @@ _libpng is the official PNG reference library._
|
||||
- Media: https://en.wikipedia.org/wiki/Libpng
|
||||
- Download: (see home)
|
||||
- State: mature
|
||||
- Keywords: official
|
||||
- Code repository: https://sourceforge.net/p/libpng/code/ci/master/tree/
|
||||
- Code language: C
|
||||
- Code license: Special
|
||||
- Code license details: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
|
||||
- Code license: Custom (see LICENSE)
|
||||
|
||||
[libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -8,8 +8,7 @@ _Toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) p
|
||||
- State: mature
|
||||
- Code repository: https://www.openssl.org/source/gitrepo.html https://github.com/openssl/openssl (mirror)
|
||||
- Code language: C
|
||||
- Code license: Special
|
||||
- Code license details: [Dual licensed under special licenses](https://github.com/openssl/openssl/blob/master/LICENSE)
|
||||
- Code license: Custom (Dual licensed under special licenses, https://github.com/openssl/openssl/blob/master/LICENSE)
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -6,7 +6,7 @@ _Simple DirectMedia Layer is a cross-platform development library designed to pr
|
||||
- Media: https://en.wikipedia.org/wiki/Simple_DirectMedia_Layer
|
||||
- Download: https://www.libsdl.org/download-2.0.php
|
||||
- State: mature
|
||||
- Keywords: multimedia hardware abstraction layer, 3D graphics
|
||||
- Keywords: 3D
|
||||
- Code repository: http://hg.libsdl.org/SDL (mercurial)
|
||||
- Code language: C
|
||||
- Code license: zlib
|
||||
|
@ -9,8 +9,7 @@ _Software development tool that connects programs written in C and C++ with a va
|
||||
- Keywords: language binding, interface generator
|
||||
- Code repository: https://github.com/swig/swig
|
||||
- Code language: C++
|
||||
- Code license: Special
|
||||
- Code license details: [SWIG license](https://raw.githubusercontent.com/swig/swig/master/LICENSE)
|
||||
- Code license: SWIG license (https://raw.githubusercontent.com/swig/swig/master/LICENSE)
|
||||
|
||||
## Building
|
||||
|
||||
|
@ -9,6 +9,6 @@ _C++ library that lets developers create applications for Windows, Mac OS X, Lin
|
||||
- Keywords: gui toolkit
|
||||
- Code repository: https://github.com/wxWidgets/wxWidgets
|
||||
- Code language: C++, Objective C
|
||||
- Code license: Special
|
||||
- Code license: Custom
|
||||
|
||||
## Building
|
||||
|
@ -8,7 +8,7 @@ _General-purpose data compression software with a high compression ratio._
|
||||
- State: mature
|
||||
- Code repository: https://git.tukaani.org/?p=xz.git
|
||||
- Code language: C
|
||||
- Code license: Different, see file Copying, liblzma is public domain
|
||||
- Code license: Custom (see file Copying, liblzma is public domain)
|
||||
|
||||
Python support [lzma](https://docs.python.org/3/library/lzma.html)
|
||||
|
||||
@ -16,5 +16,5 @@ Supersedes [LZMA Utils](https://tukaani.org/lzma/)
|
||||
|
||||
## Building
|
||||
|
||||
See building instructions in source folder windows.
|
||||
- Build instructions: (see instructions in source folder windows)
|
||||
|
||||
|
Reference in New Issue
Block a user