1
0
mirror of https://github.com/ClusterCockpit/cc-backend synced 2025-07-29 23:56:08 +02:00
Files
.github
api
build
package
cc-backend.config
cc-backend.deb.control
cc-backend.service
cc-backend.spec
cc-backend.sysusers
cmd
configs
docs
init
internal
pkg
tools
web
.gitignore
LICENSE
Makefile
README.md
go.mod
go.sum
gqlgen.yml
startDemo.sh
tools.go
cc-backend/build/package/cc-backend.deb.control
2023-03-20 15:38:36 +01:00

13 lines
370 B
Plaintext

Package: cc-backend
Version: {VERSION}
Installed-Size: {INSTALLED_SIZE}
Architecture: {ARCH}
Maintainer: thomas.gruber@fau.de
Depends: libc6 (>= 2.2.1)
Build-Depends: debhelper-compat (= 13), git, golang-go, npm, yarn
Description: ClusterCockpit backend and web frontend
Homepage: https://github.com/ClusterCockpit/cc-backend
Source: cc-backend
Rules-Requires-Root: no