/ README.org
README.org
 1  # SPDX-FileCopyrightText: 2026 Le'Core collective
 2  #
 3  # SPDX-License-Identifier: LGPL-3.0-or-later
 4  
 5  #+TITLE: Le'Core
 6  #+LANGUAGE: en
 7  
 8  This is a library intended to enable a general interface for pluggable
 9  implementations for any software topic.
10  
11  To build, test and install this project, see [[file:INSTALL.org][INSTALL.org]].
12  
13  Other projects will provide topical interfaces and higher level application
14  libraries, tools and plugins.
15  
16  * Distribution
17  
18  The license of this project is [[file:LICENSES/LGPL-3.0-or-later.txt][the Lesser GNU Public License, 3.0 or later]].
19  Some individual files may be licensed with a different but compatible license.
20  
21  Please see the files themselves, or in some cases [[file:REUSE.toml][REUSE.toml]], to find out
22  what license govern each of them in particular.  Please see the [[file:LICENSES/][LICENSES]]
23  subdirectory to study the licenses themselves if they aren't in full in the
24  files themselves.
25  
26  Project contributors who wish to be named are listed in [[file:COLLECTIVE.org][COLLECTIVE.org]].
27  
28  * Current development
29  
30  Seeing that this is in early development, the current development status is
31  collected and updated in [[file:STATUS.org][STATUS.org]].  When Le'Core 1.0 is released, this file
32  is expected to have disappeared, and most of its information to have been
33  integrated into public documentation or contribution guidelines.