/ README.org
README.org
1 # SPDX-FileCopyrightText: 2023-2024 Le'Sec Core collective 2 # 3 # SPDX-License-Identifier: LGPL-3.0-or-later 4 5 #+TITLE: Le'Sec Core 6 #+LANGUAGE: en 7 8 This is a collection of libraries that are intended to work together to 9 provide core security functionality. 10 11 To build, test and install this project, see [[file:INSTALL.org][INSTALL.org]]. 12 13 Other projects will provide higher level application libraries, tools and 14 plugins. For example, the following projects are developped in parallel 15 with this project: 16 17 - Le'Sec[fn:Le'Sec], an application library and tools 18 - ltc[fn:ltc], a plugin that wraps around libtomcrypt 19 20 [fn:Le'Sec] https://seed.le-pri.me/rad:zDHDLNuSR9VAHAuDxyGitxs8AWLE, 21 or =rad:zDHDLNuSR9VAHAuDxyGitxs8AWLE= on the [[https://radicle.xyz][Radicle]] network. 22 [fn:ltc] https://seed.le-pri.me/rad:z4Qk5AfMs1DgCUjcb9GYSeBKXwVwM, 23 or =rad:z4Qk5AfMs1DgCUjcb9GYSeBKXwVwM= on the [[https://radicle.xyz][Radicle]] network. 24 25 * Distribution 26 27 The license of this project is [[file:LICENSES/LGPL-3.0-or-later.txt][the Lesser GNU Public License, 3.0 or later]]. 28 Some individual files may be licensed with a different but compatible license. 29 30 Please see the files themselves, or in some cases [[file:REUSE.toml][REUSE.toml]], to find out 31 what license govern each of them in particular. Please see the [[file:LICENSES/][LICENSES]] 32 subdirectory to study the licenses themselves if they aren't in full in the 33 files themselves. 34 35 Project contributors who wish to be named are listed in [[file:COLLECTIVE.org][COLLECTIVE.org]]. 36 37 * Current development 38 39 Seeing that this is in early development, the current development status is 40 collected and updated in [[file:STATUS.org][STATUS.org]]. When Le'Sec Core 1.0 is released, this 41 file is expected to have disappeared, and most of its information to have been 42 integrated into public documentation or contribution guidelines.