Browse thread
[ANN] OCaml Reins 0.1 - Persistent Data Structure Library
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2007-09-26 (10:05) |
From: | Daniel_Bünzli <daniel.buenzli@e...> |
Subject: | Re: Cherry-picking modules (was Re: [Caml-list] [ANN] OCaml Reins 0.1 - Persistent Data Structure Library) |
Le 26 sept. 07 à 10:53, Maxence Guesdon a écrit : > It does not handle licences yet. The idea is to add a tag to > indicate the > licence name and a (web) reference to it. Web links may be too brittle for these kind of things. Why not support well-known, huge, licenses internally (a copy is embedded in caml-get to produce it if needed) via a key, let's say '@cglicense gpl3' and custom licenses via '@cglicense text of the license', (i.e. the legaleze is embedded in the comment). Best, Daniel