* Added Buckaroo.pm package

This commit is contained in:
njlr 2017-07-21 11:09:53 +01:00
parent f640784d56
commit cdf152b013
2 changed files with 2 additions and 6 deletions

3
BUCK
View File

@ -1,5 +1,3 @@
include_defs('//BUCKAROO_DEPS')
prebuilt_cxx_library(
name = 'chaiscript',
header_only = True,
@ -10,5 +8,4 @@ prebuilt_cxx_library(
visibility = [
'PUBLIC',
],
deps = BUCKAROO_DEPS,
)

View File

@ -1,4 +1,3 @@
{
"name": "chaiscript",
"dependencies": {}
"name": "ChaiScript"
}