Skip to content

t6tb7n/conan-lua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conan-lua

Conan package for lua

The packages generated with this conanfile can be found on bintray.

Package Status

Bintray Travis Appveyor
Download Build Status Build status

Reuse the packages

Basic setup

conan install lua/5.3.4@zimmerk/stable

Project setup

[requires]
lua/5.3.4@zimmerk/stable

[options]
# Take a look for all avaliable options in conanfile.py

[generators]
cmake

Complete the installitation of requirements for your project running:

conan install .

Project setup installs the library (and all his dependencies) and generates the files conanbuildinfo.txt and conanbuildinfo.cmake with all the paths and variables that you need to link with your dependencies.

Follow the Conan getting started: http://docs.conan.io

About

Conan.io recipes for lua

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.6%
  • CMake 26.9%
  • Shell 10.7%
  • C 5.8%