Files
libloot/docs/api/credits.rst
T
Oliver Hamlet 5bb20daa82 Rename "LOOT API" to "libloot"
To avoid confusion when talking about the library vs. its API. The GitHub
repository has not yet been renamed, so all references to it are
unchanged.
2018-11-17 18:43:07 +00:00

18 lines
694 B
ReStructuredText

*******
Credits
*******
libloot is written by `Ortham`_ in C++ and makes use of the `Boost`_,
`esplugin`_, `libgit2`_, `libloadorder`_, `loot-condition-interpreter`_,
`spdlog`_ and `yaml-cpp`_ libraries. The copyright licenses for all of these and
libloot itself in :doc:`../licenses/texts`.
.. _Ortham: https://github.com/Ortham
.. _Boost: http://www.boost.org/
.. _esplugin: https://github.com/Ortham/esplugin
.. _libgit2: https://github.com/libgit2/libgit2
.. _libloadorder: https://github.com/Ortham/libloadorder
.. _loot-condition-interpreter: https://github.com/loot/loot-condition-interpreter
.. _spdlog: https://github.com/gabime/spdlog
.. _yaml-cpp: https://github.com/loot/yaml-cpp