Create ali_parse-1.0.0.toml (#1555)
* Create ali_parse-1.0.0.toml * Update ali_parse-1.0.0.toml Fixed type in project name URL
This commit is contained in:
committed by
GitHub
parent
bddf973569
commit
d94c7315a8
@@ -0,0 +1,28 @@
|
||||
description = "ALI_Parse - parsing and processing GNAT's .ali files"
|
||||
name = "ali_parse"
|
||||
version = "1.0.0"
|
||||
authors = ["Gautier de Montmollin"]
|
||||
website = "https://github.com/zertovitch/ali_parse/"
|
||||
licenses = "MIT"
|
||||
maintainers = ["gdemont@hotmail.com"]
|
||||
maintainers-logins = ["zertovitch"]
|
||||
project-files = ["ali_parse.gpr"]
|
||||
tags = ["webview"]
|
||||
executables = ["gnathtml"]
|
||||
long-description = """
|
||||
ALI_Parse is a parser for the .ali files generated by the GNAT Ada compiler.
|
||||
ALI means Ada Library Information.
|
||||
You find the .ali files in the same directories as the object files (.o) containing the machine code produced by GNAT.
|
||||
|
||||
Currently, ALI_Parse is focused at cross-references within a set of Ada source files.
|
||||
Two command-line tools using the parser are provided:
|
||||
|
||||
* GNATHTML, which generates a set of Web pages from Ada sources
|
||||
* ALI_Stats, which shows the list of entities, the list of cross-references, the count of references to each entity and the list of files.
|
||||
|
||||
ALI_Parse is pure Ada 2012 and doesn't depend on any other resource.
|
||||
"""
|
||||
|
||||
[origin]
|
||||
url = "https://sourceforge.net/projects/ali-parse/files/ali-parse-v1.0.zip"
|
||||
hashes = ["sha512:64e768d9e4cdd08402d072be32a4ca3be0247c45c2bcb10bcc4dd0fa7bc3d2b2de2d1636cafc063c36ec43729f986ab6813ba6f9735172a135400863dd7f8cae"]
|
||||
Reference in New Issue
Block a user