add package : containertools library (#2479)

* add containertools lib

* fix license
This commit is contained in:
Andrea Manzini 2023-02-02 14:59:18 +01:00 committed by GitHub
parent 12a7babb80
commit b1a853012a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28747,5 +28747,14 @@
"description": "A uf2 library for nim.",
"license": "MIT",
"web": "https://github.com/patrick-skamarak/uf2lib"
},
{
"name": "containertools",
"url": "https://github.com/ilmanzo/containertools",
"license": "GPL-3.0",
"method": "git",
"tags": [ "dsl", "container" ],
"description": "a library and a DSL to handle container spec files",
"web": "https://github.com/ilmanzo/containertools"
}
]