d94c7315a8
* Create ali_parse-1.0.0.toml * Update ali_parse-1.0.0.toml Fixed type in project name URL
29 lines
1.2 KiB
TOML
29 lines
1.2 KiB
TOML
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"]
|