This commit is contained in:
Trilarion
2017-12-07 14:59:14 +01:00
parent f793026a14
commit ac7e911b08
13 changed files with 22 additions and 15 deletions

View File

@ -5,7 +5,8 @@ _libpng is the official PNG reference library._
- Home: http://libpng.org/pub/png/libpng.html
- Wikipedia: https://en.wikipedia.org/wiki/Libpng
- Download: see home
- State: mature, official
- State: mature
- Keywords: official
- Code: https://sourceforge.net/p/libpng/code/ci/master/tree/
- Language(s): C
- License: [libpng](https://sourceforge.net/p/libpng/code/ci/master/tree/LICENSE)

15
library/swig.md Normal file
View File

@ -0,0 +1,15 @@
# SWIG
_Software development tool that connects programs written in C and C++ with a variety of high-level programming languages._
- Home: http://swig.org/
- Wikipedia: https://en.wikipedia.org/wiki/SWIG
- Download: http://www.swig.org/download.html
- State: mature
- Keywords: language binding, interface generator
- Code: https://github.com/swig/swig
- Language(s): C++
- License: [Special](https://raw.githubusercontent.com/swig/swig/master/LICENSE)
## Building