A D package containing my single-file modules
修訂 | 733867abae8680d647c894ddf1d14a12dc007e80 (tree) |
---|---|
時間 | 2023-07-13 13:05:26 |
作者 | nemophila <stigma+osdn@disr...> |
Commiter | nemophila |
all: Move to codeberg.
OSDN has been playing up over the last few months (website timing out on
every other page, repository information not being available, etc.), so
I'm moving primary development over to codeberg.org. OSDN will remain a
mirror so long as the site works.
Signed-off-by: nemophila <stigma+osdn@disroot.org>
@@ -1,6 +1,6 @@ | ||
1 | 1 | ... a collection of personal modules for the D Programming Language. |
2 | 2 | |
3 | -This file was last updated 11. March 2023 | |
3 | +This file was last updated 13. July 2023 | |
4 | 4 | |
5 | 5 | There files here are just the ones that I'm commonly copying from one of my |
6 | 6 | projects to another. The purpose is more to provide a central location that |
@@ -31,8 +31,6 @@ Contains a simple API for retrieving the "common directories" for your operating | ||
31 | 31 | system. For example, on Linux (and most other POSIX systems) DIRECTORIES will |
32 | 32 | use the XDG Base Directory Specification. |
33 | 33 | |
34 | -* This module only compiles under 'Posix' as defined by the D compiler. | |
35 | - | |
36 | 34 | |
37 | 35 | TRASH |
38 | 36 |
@@ -21,9 +21,9 @@ | ||
21 | 21 | * |
22 | 22 | * * `core`: 29/29, `ini`: compliant, `ext`: more-keys |
23 | 23 | * |
24 | - * Author: nemophila | |
24 | + * Author: Mio | |
25 | 25 | * Date: |
26 | - * Homepage: https://osdn.net/users/nemophila/pf/mlib | |
26 | + * Homepage: https://codeberg.org/supercell/mlib | |
27 | 27 | * License: 0BSD |
28 | 28 | * Standards: [CNI] 0.1.0 |
29 | 29 | * Version: 0.1.0 |
@@ -32,9 +32,9 @@ | ||
32 | 32 | * conf.set("Program Settings", "CONFIG_PATH", "/home/user/.local/config"); |
33 | 33 | * --- |
34 | 34 | * |
35 | - * Authors: nemophila | |
35 | + * Authors: Mio | |
36 | 36 | * Date: 2023-03-19 |
37 | - * Homepage: https://osdn.net/users/nemophila/pf/mlib | |
37 | + * Homepage: https://codeberg.org/supercell/mlib | |
38 | 38 | * License: 0BSD |
39 | 39 | * Version: 0.4 |
40 | 40 | * |
@@ -45,10 +45,10 @@ | ||
45 | 45 | * |
46 | 46 | * This module supports D version greater than or equal to 2.076.0. |
47 | 47 | * |
48 | - * Authors: nemophila | |
49 | - * Date: March 6, 2023 | |
50 | - * Homepage: https://osdn.net/users/nemophila/pf/mlib | |
51 | - * License: $(LINK2 https://osdn.net/users/nemophila/pf/mlib/scm/blobs/trunk/LICENSE, 0BSD) | |
48 | + * Authors: Mio | |
49 | + * Date: July 13, 2023 | |
50 | + * Homepage: https://codeberg.org/supercell/mlib | |
51 | + * License: $(LINK2 https://codeberg.org/supercell/mlib/src/branch/trunk/LICENSE, 0BSD) | |
52 | 52 | * Standards: |
53 | 53 | * $(UL |
54 | 54 | * $(LI $(LINK2 https://specifications.freedesktop.org/basedir-spec/0.8/, XDG Base Directory Specification 0.8)) |
@@ -17,9 +17,9 @@ | ||
17 | 17 | * Supports POSIX (XDG Specification) and Windows. Proper support for |
18 | 18 | * macOS will be implemented in a future version. |
19 | 19 | * |
20 | - * Authors: nemophila | |
20 | + * Authors: Mio | |
21 | 21 | * Date: April 05, 2023 |
22 | - * Homepage: https://osdn.net/users/nemophila/pf/mlib | |
22 | + * Homepage: https://codeberg.org/supercell/mlib | |
23 | 23 | * License: 0BSD |
24 | 24 | * Standards: The FreeDesktop.org Trash Specification 1.0 |
25 | 25 | * Version: 0.3.0 |