packaging: Add visualization dependencies (#135)
We now package opam-graph and modulectomy separately. Reviewed-on: https://git.robur.io/robur/builder-web/pulls/135 Co-authored-by: Reynir Björnsson <reynir@reynir.dk> Co-committed-by: Reynir Björnsson <reynir@reynir.dk>
This commit is contained in:
parent
45f9a5a396
commit
ac8c31f2ac
2 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ deps {
|
|||
},
|
||||
sqlite3 {
|
||||
origin = "databases/sqlite3";
|
||||
},
|
||||
opam-graph {
|
||||
origin = "local/opam-graph";
|
||||
},
|
||||
modulectomy {
|
||||
origin = "local/modulectomy";
|
||||
}
|
||||
}
|
||||
scripts : {
|
||||
|
|
|
@ -8,6 +8,6 @@ Homepage: https://git.robur.io/robur/builder-web
|
|||
Vcs-Browser: https://git.robur.io/robur/builder-web
|
||||
Vcs-Git: https://git.robur.io/robur/builder-web.git
|
||||
Architecture: all
|
||||
Depends: libgmp10, libsqlite3-0, libev4
|
||||
Depends: libgmp10, libsqlite3-0, libev4, opam-graph, modulectomy
|
||||
Description: Web service for storing and presenting builds.
|
||||
Builder-web stores builds in a sqlite database and serves them via HTTP.
|
||||
|
|
Loading…
Reference in a new issue