22 lines
595 B
TOML
22 lines
595 B
TOML
name = "powerjoular"
|
|
description = "Monitoring the power consumption of multiple platforms and processes"
|
|
version = "0.5.0"
|
|
|
|
authors = ["Adel Noureddine"]
|
|
maintainers = ["Adel Noureddine <adel.noureddine@univ-pau.fr>"]
|
|
maintainers-logins = ["adelnoureddine"]
|
|
|
|
tags = ["linux", "power", "energy"]
|
|
|
|
licenses = "GPL-3.0-only"
|
|
website = "https://www.noureddine.org/research/joular/powerjoular"
|
|
|
|
executables = ["powerjoular"]
|
|
[[depends-on]]
|
|
gnatcoll = "^22.0.0"
|
|
|
|
[origin]
|
|
commit = "97b40d6fe8e9f1533c99b9687a3ca81540fe0926"
|
|
url = "git+https://github.com/joular/powerjoular.git"
|
|
|