dream2nix/specifications/generic-lock-example.json
DavHau 2ce1ddb6f3 implement UI and examples:
- generic translator CLI exposed as flake app
 - flake app 'install' to install the framework
 - generic fetcher
 - simple translator for python
 - simple builer for python
2021-09-09 23:42:56 +02:00

33 lines
685 B
JSON

{
"sources": {
"requests": {
"url": "https://download.pypi.org/requests/2.28.0",
"hash": "000000000000000000000000000000000000000",
"type": "fetchurl"
},
"certifi": {
"url": "https://download.pypi.org/certifi/2.0",
"hash": "000000000000000000000000000000000000000",
"type": "fetchurl"
}
},
"generic": {
"buildSystem": "python",
"buildSystemFormatVersion": 1,
"producedBy": "translator-poetry-1",
"dependencyGraph": {
"requests": [
"certifi"
]
}
},
"buildSystem": {
"pythonAttr": "python38",
"sourceFormats": {
"requests": "sdist",
"certifi": "wheel"
}
}
}