C++ library binding to Lua, tests
This is the build2
package for the sol2 library.
sol2 is a C++ library binding to Lua that aims to be easy to use and easy to add to a project.
Usage
To use sol2
in your project, add the following configurations to the respective files after you have gained access to a build2
package repository that contains it.
manifest
To make sol2
available for import, add the following dependency to the manifest
of each package in your project that requires it, adjusting the version constraint as appropriate.
... More
license | MIT |
---|---|
project | sol2 |
url | github.com/ThePhD/sol2 |
doc-url | sol2.readthedocs.io/en/latest/ |
src-url | github.com/ThePhD/sol2 |
phdofthehouse@gmail.com |
2 Versions
version | 3.5.0+3 |
---|---|
repository | https://pkg.cppget.org/1/testing |
depends | 1; catch2 |
reviews | 0 |
version | 3.3.1+2 |
---|---|
repository | https://pkg.cppget.org/1/testing |
depends | 2; sol2, catch2 |
reviews | 0 |