📦 🐳 0-dependency Container-based Package Manager
Go to file
Ettore Di Giacinto add0021cfd
Add compiler interfaces and build definition skeleton
Create compiler interface with switchable backends. For now it can resolve and
parse a `build.yaml` which is in the same folder as in `definition.yaml`

Add also tests to cover this and new fixtures
2019-11-04 17:21:19 +01:00
cmd Use Fatal() in cmd/ 2019-11-04 10:16:20 +01:00
pkg Add compiler interfaces and build definition skeleton 2019-11-04 17:21:19 +01:00
tests/fixtures Add compiler interfaces and build definition skeleton 2019-11-04 17:21:19 +01:00
vendor update vendor/ 2019-11-01 16:29:08 +01:00
.travis.yml Create cover target 2019-06-11 18:04:57 +02:00
Gopkg.lock update vendor/ 2019-11-01 16:29:08 +01:00
Gopkg.toml update vendor/ 2019-06-05 19:14:29 +02:00
LICENSE Add copy of LICENSE 2019-11-04 11:01:41 +01:00
main.go Add cmd/ and main.go 2019-10-31 12:38:58 +01:00
Makefile Add boltdb implementation for packageset and db 2019-10-31 12:38:32 +01:00
README.md Add code coverage 2019-06-06 17:16:32 +02:00

luet - Package manager

Go Report Card Build Status GoDoc codecov

No dep hell for your own package manager !

Package manager that reuses Gentoo's Portage output binaries, but which doesn't depend on it.