# lua-coat **Repository Path**: mirrors_LuaDist/lua-coat ## Basic Information - **Project Name**: lua-coat - **Description**: Yet Another Lua Object-Oriented Model - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README lua-Coat : Yet Another Lua Object-Oriented Model ================================================ Introduction ------------ lua-Coat is a Lua 5.1 port of [Coat](http://www.sukria.net/perl/coat/), a Perl module which mimics [Moose](http://www.iinteractive.com/moose/), an object system for Perl5 which borrows features from Perl6, CLOS (LISP), Smalltalk and many other languages. The main features are : Classes, Roles & type constraints. The attribute declaration with many properties is the most powerful and flexible part of lua-Coat. Links ----- The homepage is at [http://fperrad.github.com/lua-Coat](http://fperrad.github.com/lua-Coat), and the sources are hosted at [http://github.com/fperrad/lua-Coat](http://github.com/fperrad/lua-Coat). Copyright and License --------------------- Copyright (c) 2009-2012 Francois Perrad This library is licensed under the terms of the MIT/X11 license, like Lua itself.