-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmeta.json
82 lines (82 loc) · 2.67 KB
/
meta.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"AbstractHTML": "The <span class=\"pkgname\">IO</span> package, as its name suggests, provides bindings for <span class=\"pkgname\">GAP</span> to the lower levels of Input/Output functionality in the C library.",
"ArchiveFormats": ".tar.gz .tar.bz2",
"ArchiveSHA256": "9088704a5f3ba2ea5c54190f274189dd144dd6a866dc9b4981de247a7d5009a7",
"ArchiveURL": "https://github.com/gap-packages/io/releases/download/v4.8.1/io-4.8.1",
"AutoDoc": {
"TitlePage": {
"Copyright": "©right; 2005-2014 by Max Neunhöffer<P/>\n\nThis package may be distributed under the terms and conditions of the\nGNU Public License Version 3 or later (at your convenience).\n"
}
},
"AvailabilityTest": null,
"Date": "03/02/2023",
"Dependencies": {
"ExternalConditions": [],
"GAP": ">=4.11",
"NeededOtherPackages": [],
"SuggestedOtherPackages": []
},
"IssueTrackerURL": "https://github.com/gap-packages/io/issues",
"Keywords": [
"input",
"output",
"I/O",
"C-library",
"network",
"http",
"object serialisation",
"unpredictable random numbers",
"TCP/IP",
"inter process communication",
"background jobs",
"parallel skeletons",
"I/O multiplexing"
],
"License": "GPL-3.0-or-later",
"PackageDoc": [
{
"ArchiveURLSubset": [
"doc"
],
"BookName": "IO",
"HTMLStart": "doc/chap0_mj.html",
"LongTitle": "Bindings for low level C library I/O routines",
"PDFFile": "doc/manual.pdf",
"SixFile": "doc/manual.six"
}
],
"PackageInfoSHA256": "fa1ff4e6c5cf558d86340a24101ae28e8e7cfec93c48e2f7a6879993e895b70c",
"PackageInfoURL": "https://gap-packages.github.io/io/PackageInfo.g",
"PackageName": "IO",
"PackageWWWHome": "https://gap-packages.github.io/io",
"Persons": [
{
"Email": "max@9hoeffer.de",
"FirstNames": "Max",
"IsAuthor": true,
"IsMaintainer": false,
"LastName": "Neunhöffer"
},
{
"Email": "horn@mathematik.uni-kl.de",
"FirstNames": "Max",
"GitHubUsername": "fingolfin",
"Institution": "TU Kaiserslautern",
"IsAuthor": false,
"IsMaintainer": true,
"LastName": "Horn",
"Place": "Kaiserslautern, Germany",
"PostalAddress": "Fachbereich Mathematik\nTU Kaiserslautern\nGottlieb-Daimler-Straße 48\n67663 Kaiserslautern\nGermany",
"WWWHome": "https://www.quendi.de/math"
}
],
"README_URL": "https://gap-packages.github.io/io/README.md",
"SourceRepository": {
"Type": "git",
"URL": "https://github.com/gap-packages/io"
},
"Status": "deposited",
"Subtitle": "Bindings for low level C library I/O routines",
"TestFile": "tst/testall.g",
"Version": "4.8.1"
}