Linden Lab is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

lindenlab / llsd

open source implementations of the LLSD type system in: - C++ - JavaScript - Haskell

Clone this repository (size: 425.2 KB): HTTPS / SSH
hg clone https://bitbucket.org/lindenlab/llsd
hg clone ssh://hg@bitbucket.org/lindenlab/llsd

llsd overview

Recent commits See more »

Author Revision Comments Message Labels Date
Joshua Linden 7d2646cd3f9b Newer value-based Perl implementation. Incompatible API.
Joshua Linden bb7bc6e57655 Merge
Joshua Linden 0d467ddfa875 Merge
Joshua Linden 9bcecc35993e Ignore VS2008 build files
Joshua Linden 275421f2756c Merge
Linden Lab LLSD Libraries
-------------------------
    v1 - 2010-06-07 - Joshua Bell & Mark Lentczner
    v2 - 2010-06-08 - Joshua Bell & Mark Lentczner


ABOUT
=====

LLSD is defined in draft-hamrick-vwrap-type-system-00. It is a structured data
system used for interchange. See the draft for more details:

    http://tools.ietf.org/html/draft-hamrick-vwrap-type-system-00

The design and development of LLSD is being undertaken by the IETF VWRAP
working group. Please direct design and development questions to its mailing
list.

    wiki - http://trac.tools.ietf.org/wg/vwrap/trac/wiki
    list - https://www.ietf.org/mailman/listinfo/vwrap
    
This distribution contains Linden Lab's open source (MIT licensed)
implementations of the LLSD type system in five langauges:

    C++         LLSD
    JavaScript  LLSD & LLIDL
    Haskell     LLSD & LLIDL
    PHP         LLSD (partial)
    Python      LLSD & LLIDL (*)
    Ruby        LLSD (partial)

Each language has its own directory, and each has its own README file with
details for building and using the code. All versions have unit tests.

Questions regarding these libraries can be directed to Josh:
    josh@lindenlab.com

Linden Lab hopes that by releasing these open source, it will help facilitiate
the development of LLSD, as well as ease interoperatibility with currently
deployed systems that use LLSD such as Second Life and OpenSim.

    - Josh & Mark
    
(*) The Python version is currently distributed in a separate repository:
    http://hg.secondlife.com/llbase/
The intention is to eventually migrate it here.