SPAT v1.3.0 (#187)

* SPAT v1.3.0

* Update spat-1.3.0.toml

* Refined dependency on si_units version
This commit is contained in:
Vinzent "Jellix" Saranen
2020-10-19 17:37:09 +02:00
committed by GitHub
parent a98a63a8d6
commit 4197ed6252
+28
View File
@@ -0,0 +1,28 @@
description = "SPAT - SPARK Proof Analysis Tool"
long-description = """
SPAT - SPARK Proof Analysis Tools
Helper tool to obtain, analyse, sort, and filter timing information about
`gnatprove` runs (`SPARK` tools).
"""
name = "spat"
version = "1.3.0"
authors = ["Vinzent \"Jellix\" Saranen"]
website = "https://github.heisenbug.eu/spat"
licenses = ["WTFPL"]
tags = ["spark"]
maintainers = ["vinzent@heisenbug.eu"]
maintainers-logins = ["Jellix"]
project-files = ["spat.gpr"]
executables = ["run_spat"]
[[depends-on]]
si_units = "~0.2"
[depends-on."case(toolchain)".system]
gnatcoll = ">=19"
[origin]
commit = "4ad4ab14447ac8cbbedcb8d47f026a66a73551d7"
url = "git+https://github.com/HeisenbugLtd/spat.git"