From 6530ce383ead7a2cb227ed898ee4563a4c078b24 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 15 Nov 2021 21:59:41 +0800 Subject: +tuple --- Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md (limited to 'Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md') diff --git a/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md b/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md new file mode 100644 index 0000000..6589984 --- /dev/null +++ b/Data/BuiltIn/Libraries/lua-stdlib/AUTHORS.md @@ -0,0 +1,27 @@ +# Stdlib's contributors + +This file lists major contributors to _stdlib_. If you think you +should be on it, please raise a [github][] issue. Thanks also to all +those who have contributed bug fixes, suggestions and support. + +Gary V. Vaughan now maintains _stdlib_, having rewritten and reorganised +the libraries for hygiene, consistent argument type checking in debug +mode, and object orientation, in addition to adding a lot of new +functionality. + +Reuben Thomas started the standard libraries project, wrote many of the +libraries, and integrated code from other authors. + +John Belmonte helped set the project up on lua-users, and contributed +to the early organisation of the libraries. + +The call trace debugging code is based on test/trace-calls.lua from +the Lua 5.0 distribution. + +Jamie Webb contributed several miscellaneous functions from his +private standard library. + +Johann Hibschman supplied the code on which math.floor and math.round +were based. + +[github]: https://github.com/lua-stdlib/lua-stdlib/issues -- cgit v1.1-26-g67d0