NOTICE: This package has been removed from pkgsrc

./devel/lua-stdlib-doc, Documentation for modules from lua-stdlib

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 28nb2, Package name: lua52-stdlib-doc-28nb2, Maintainer: cheusov

This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.


Required to run:
[devel/lua-stdlib]

Master sites:

SHA1: 4ad81a072912f436bba2bba531ab725fe60d1ee2
RMD160: d6c638bd11cf8199191eaa1ca53e7c14c7b0b5fb
Filesize: 209.016 KB

Version history: (Expand)


CVS history: (Expand)


   2014-05-03 15:04:10 by Alexander Nasonov | Files touched by this commit (3) | Package removed
Log message:
Remove lua-stdlib-doc. It has been merged to lua-stdlib.
   2013-11-01 19:17:43 by Jonathan Perkin | Files touched by this commit (1)
Log message:
Use LUA_PKGPREFIX in PKGNAME, should hopefully fix bulk-medium dependency
failure.  Bump PKGREVISION.
   2013-11-01 00:35:10 by David A. Holland | Files touched by this commit (1)
Log message:
Update lua module depends.
   2012-12-02 10:26:08 by Aleksey Cheusov | Files touched by this commit (6)
Log message:
Update lua-stdlib to 0.28
   2009-08-12 19:17:42 by Min Sik Kim | Files touched by this commit (3)
Log message:
Update lua-stdlib and lua-stdlib-doc to 11.

Changes since 8:
    - Updates the object module to be the same as that published in "Lua
      Gems", and fixes a bug in the utility mk1file which makes a one-file
      version of the library, to stop it permanently redefining require.
    - Fixes table.deepclone to copy metatables, as it should.
    - Fixes a bug in string.format, removes the redundant string.join
      (it's the same as table.concat), and adds to table.clone and
      table.deepclone the ability to copy without metatables.
   2009-02-12 02:47:49 by Min Sik Kim | Files touched by this commit (3) | Imported package
Log message:
Import lua-stdlib-doc-8 from pkgsrc-wip.  Packaged by Aleksey Cheusov.

This package provides a documentation for Lua stdlib, a library of
modules for common programming tasks, including list, table and
functional operations, regexps, objects, pretty-printing and getopt.
The whole thing can be loaded with 'require "std"', or modules can be
used individually.