Reynir Björnsson
e887cd761b
Solo5-tenders.0.7.3 is the same as solo5.0.7.3 with only the tenders and solo5-elftool. Solo5-tenders opam file conflicts with solo5 as they provide the same binaries. The OS packages are named solo5 and conflict with solo5-hvt. Reviewed-on: https://git.robur.io/robur/unikernel-repo/pulls/2 Co-authored-by: Reynir Björnsson <reynir@reynir.dk> Co-committed-by: Reynir Björnsson <reynir@reynir.dk>
17 lines
385 B
Text
17 lines
385 B
Text
name: solo5
|
|
version: 0.7.3
|
|
origin: local/solo5
|
|
comment: Solo5 tenders
|
|
www: https://github.com/Solo5/solo5
|
|
maintainer: Robur <team@robur.coop>
|
|
prefix: /usr/local
|
|
licenselogic: single
|
|
licenses: [ISC]
|
|
flatsize: %%FLATSIZE%%
|
|
categories: [local]
|
|
conflict: solo5-hvt
|
|
|
|
desc = <<EOD
|
|
Solo5 sandboxed execution environment (all tenders)
|
|
|
|
EOD;
|