bundlewrap/bundles/crystal/metadata.py
mwiegand b022eabeb0 wip
2021-11-05 21:45:23 +01:00

10 lines
234 B
Python

defaults = {
'apt': {
'packages': {
'crystal': {},
},
'sources': {
'deb http://download.opensuse.org/repositories/devel:/languages:/crystal/Debian_{version}/ /',
},
},
}