nimbus-libs-site/config.json

82 lines
2.3 KiB
JSON
Raw Permalink Normal View History

2019-05-22 13:53:21 +00:00
{
"repos": [
{
"name": "nim-chronicles",
"label": "Chronicles",
"location": "https://github.com/status-im/nim-chronicles",
"update": true,
2019-08-16 11:51:12 +00:00
"apiref": {
"lang": "nim",
"mainfile": "chronicles.nim",
"subfolder": "htmldocs",
"bootstrap": "nimble install -y"
},
2019-05-22 13:53:21 +00:00
"frontMatter": {
"sidebar": "auto"
},
"tags": ["logging", "stable"],
2019-06-18 16:29:22 +00:00
"description": "Chronicles is a library for structured logging. It adheres to the philosophy that log files shouldn't be based on formatted text strings, but rather on well-defined event records with arbitrary properties that are easy to read for both humans and machines."
2019-05-22 13:53:21 +00:00
},
2019-08-14 09:31:51 +00:00
{
2020-02-04 22:46:15 +00:00
"name": "nim-eth",
"label": "Eth",
"location": "https://github.com/status-im/nim-eth",
2019-08-14 09:31:51 +00:00
"update": true,
2020-02-04 22:46:15 +00:00
"subdocs": "## Docs",
"tags": ["eth", "keys", "bloom", "rlp", "encoding", "formatting", "cryptography", "development"],
"description": "Ethereum-related utilities written in Nim. Includes things like Bloom filters, private/public key utilities, devp2p, RLP, and more.",
2019-08-14 09:31:51 +00:00
"frontMatter": {
"sidebar": "auto"
}
2019-08-14 16:05:34 +00:00
},
{
2020-02-04 22:46:15 +00:00
"name": "nim-stew",
"label": "Stew",
2020-02-04 22:46:15 +00:00
"location": "https://github.com/status-im/nim-stew",
2019-08-14 16:05:34 +00:00
"update": true,
2019-08-14 16:05:34 +00:00
"subdocs": "## Docs",
2020-02-04 22:46:15 +00:00
"tags": [ "encoding", "formatting", "development", "utilities"],
"description": "General-purpose utilities and standard library extensions",
2019-08-14 16:05:34 +00:00
"frontMatter": {
"sidebar": "auto"
}
2019-05-22 13:53:21 +00:00
}
],
"tags": {
"formatting": {
},
"encoding": {
},
"cryptography": {
},
"logging": {
},
2020-02-04 22:46:15 +00:00
"stable": {
2019-05-22 13:53:21 +00:00
},
2020-02-04 22:46:15 +00:00
"eth": {
2019-08-14 16:05:34 +00:00
},
2020-02-04 22:46:15 +00:00
"keys": {
2019-08-14 16:05:34 +00:00
},
2020-02-04 22:46:15 +00:00
"bloom": {
2019-08-14 16:05:34 +00:00
},
2020-02-04 22:46:15 +00:00
"rlp": {
2019-08-14 16:05:34 +00:00
},
2019-05-22 13:53:21 +00:00
"development": {
"type": "warn"
},
"async": {
2019-08-14 09:31:51 +00:00
},
"networking": {
},
"libp2p": {
2019-08-14 16:05:34 +00:00
2019-05-22 13:53:21 +00:00
}
},
2019-08-14 09:31:51 +00:00
"separators": ["## Introduction|##Intro", "## Contributing|## License", "|"]
}