Tests for 'libchaiscript'
ChaiScript is a header-only C++ embedded scripting language loosely based on ECMA script. It is designed for ease of use and tight integration with C++.
Usage
The original ChaiScript repository has been split into multiple build2 packages to allow for greater flexibility.
The libchaiscript
package is used to get access to the ChaiScript header-only library.
The package chaiscript
makes ChaiScript's own interpreter chai
available to be used.
chaiscript-stdlib
exports the compiled and dynamically loadable standard library module for the basic ChaiScript engine.
Typically, you will not need to use this one.
... More
license | BSD-3-Clause |
---|---|
project | chaiscript |
url | chaiscript.com/index.html |
doc-url | chaiscript.com/docs.html |
src-url | github.com/ChaiScript/ChaiScript |
1 Version
version | 6.1.0 |
---|---|
repository | https://pkg.cppget.org/1/testing |
depends | 1; catch2 |
reviews | 0 |