pkg/config.json

37 lines
1.4 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"title": "Пакеты NeonXP",
"host": "go.neonxp.ru",
"packages": {
"pkg": {
"pkg": "pkg",
"vcs": "git",
"repo": "https://github.com/neonxp/pkg",
"desc": "Сервер проксирующий собственные гошные пакеты, чтобы не зависеть от конкретного репозитория. Этот сайт."
},
"jsonrpc2": {
"pkg": "jsonrpc2",
"vcs": "git",
"repo": "https://github.com/neonxp/jsonrpc2",
"desc": "Имплементация сервера JSON-RPC 2.0 с генериками."
},
"collection": {
"pkg": "collection",
"vcs": "git",
"repo": "https://github.com/neonxp/collection",
"desc": "Коллекция методов для работы с коллекциями"
},
"cluster": {
"pkg": "cluster",
"vcs": "git",
"repo": "https://github.com/neonxp/go-cluster",
"desc": "p2p cluster"
},
"extra": {
"pkg": "extra",
"vcs": "git",
"repo": "https://github.com/neonxp/extra",
"desc": "Пакет с разными полезными функциями без дополнительных зависимостей."
}
}
}