Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Zenroom
Zenroom
Commits
0886d175
Commit
0886d175
authored
Dec 26, 2019
by
Jaromil
Browse files
update docs and correct typo in makefile
parent
c8ab401b
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/website/docs/README.md
View file @
0886d175
...
...
@@ -197,9 +197,10 @@ reviews.
This software includes software components by: R. Ierusalimschy,
W. Celes and L.H. de Figueiredo (lua), Mike Scott and Kealan McCusker
(milagro-crypto-c), Ralph Hempel (umm_malloc), Mark Pulford
(lua-cjson), Daan Sprenkels (randombytes), Salvatore Sanfilippo
(cmsgpack)
(milagro-crypto-c), Mark Pulford (lua-cjson), Daan Sprenkels
(randombytes), Salvatore Sanfilippo (cmsgpack), Tilen Majerle (lwmem),
Sean Barrett (stb_c_lexer), Jeff Roberts (stb_sprintf), Kim Alvefur
(cbor)
Some Lua extensions included are written by: Kyle Conroy
(statemachine), Enrique García Cota (inspect and semver).
...
...
@@ -208,7 +209,7 @@ Zenroom is Licensed under the terms of the Affero GNU Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
Software contained include Lua 5.3, Copyright (C) 1994-201
7
Lua.org,
Software contained include Lua 5.3
.5
, Copyright (C) 1994-201
9
Lua.org,
PUC-Rio licensed with an MIT style license. Also included Milagro,
Copyright 2016 MIRACL UK Ltd licensed with the Apache License, Version
2.
0 (the "License").
...
...
src/Makefile
View file @
0886d175
...
...
@@ -28,7 +28,7 @@ SOURCES := \
lua_functions.o lua_modules.o lualibs_detected.o lua_shims.o
\
json.o json_strbuf.o json_fpconv.o
\
encoding.o cmsgpack.o
\
zen_memory.o lwmem.
c
\
zen_memory.o lwmem.
o
\
zen_io.o zen_parse.o repl.o zen_config.o
\
zen_octet.o zen_ecp.o zen_ecp2.o zen_big.o
\
zen_fp12.o zen_random.o zen_hash.o
\
...
...
Git Mirror User
@gitmirror
mentioned in commit
0bf0ff68
·
Jun 04, 2021
mentioned in commit
0bf0ff68
mentioned in commit 0bf0ff68399ddb6091feef6f1acdd242b8328d0e
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment