1 | {
|
2 | "@context": ["https://doi.org/10.5063/schema/codemeta-2.0", "http://schema.org/"],
|
3 | "@type": "SoftwareSourceCode",
|
4 | "applicationCategory": "E-mail client",
|
5 | "author": [
|
6 | {
|
7 | "@id": "https://pitsidianak.is/",
|
8 | "@type": "Person",
|
9 | "name": "epilys",
|
10 | "email": "manos@pitsidianak.is",
|
11 | "familyName": "Pitsidianakis",
|
12 | "givenName": "Manos",
|
13 | "url": "https://pitsidianak.is/"
|
14 | }
|
15 | ],
|
16 | "codeRepository": "https://git.meli-email.org/meli/meli.git",
|
17 | "dateCreated": "2016-04-25",
|
18 | "dateModified": "2024-07-30",
|
19 | "datePublished": "2017-07-23",
|
20 | "description": "BSD/Linux/macos terminal email client with support for multiple accounts and Maildir / mbox / notmuch / IMAP / JMAP / NNTP (Usenet).",
|
21 | "downloadUrl": "https://git.meli-email.org/meli/meli/archive/v0.8.7.tar.gz",
|
22 | "identifier": "https://meli-email.org/",
|
23 | "isPartOf": "https://meli-email.org/",
|
24 | "keywords": [
|
25 | "e-mail",
|
26 | "email",
|
27 | "mail",
|
28 | "terminal user interface",
|
29 | "client",
|
30 | "mua",
|
31 | "mail user agent",
|
32 | "smtp",
|
33 | "imap",
|
34 | "jmap",
|
35 | "mbox",
|
36 | "maildir",
|
37 | "nntp"
|
38 | ],
|
39 | "license": [
|
40 | "https://spdx.org/licenses/EUPL-1.2",
|
41 | "https://spdx.org/licenses/GPL-3.0-or-later"
|
42 | ],
|
43 | "name": "meli",
|
44 | "operatingSystem": [
|
45 | "Linux",
|
46 | "macOS",
|
47 | "OpenBSD",
|
48 | "NetBSD"
|
49 | ],
|
50 | "programmingLanguage": "Rust",
|
51 | "relatedLink": [
|
52 | "https://codeberg.org/meli/meli",
|
53 | "https://github.com/meli/meli",
|
54 | "https://lists.meli-email.org/"
|
55 | ],
|
56 | "version": "0.8.7",
|
57 | "contIntegration": "https://git.meli-email.org/meli/meli/actions",
|
58 | "developmentStatus": "active",
|
59 | "issueTracker": "https://git.meli-email.org/meli/meli/issues",
|
60 | "readme": "https://git.meli-email.org/meli/meli/raw/commit/f2e9cac38e8e8e02de7312e5b6871279cf675c97/README.md",
|
61 | "buildInstructions": "https://git.meli-email.org/meli/meli/raw/commit/f2e9cac38e8e8e02de7312e5b6871279cf675c97/BUILD.md"
|
62 | }
|