Skip to content
This repository has been archived by the owner on Oct 28, 2020. It is now read-only.

cyberduckninja/conan-sol2

Repository files navigation

Package Status

Bintray Windows Linux & macOS
Download Build status Build Status

Conan Information

Jinncrafters.com packages can be found in the following public Conan repository:

jinncrafters.com Public Conan Repository on Bintray

Note: You can click the "Set Me Up" button on the Bintray page above for instructions on using packages from this repository.

Conan package recipe for sol2

sol is a C++ library binding to Lua. It currently supports all Lua versions 5.1+ (LuaJIT 2.x included). sol aims to be easy to use and easy to add to a project. The library is header-only for easy integration with projects.

For Users

Add the corresponding remote to your conan:

    conan remote add jinncrafters https://api.bintray.com/conan/jinncrafters/conan

Basic setup

    $ conan install sol2/2.20.6@jinncrafters/stable

Project setup

If you handle multiple dependencies in your project is better to add a conanfile.txt

[requires]
sol2/2.20.6@jinncrafters/stable

[generators]
cmake

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published