Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

opentoken 6.0.3 #1100

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions index/op/opentoken/opentoken-6.0.3.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "opentoken"
description = "facility for performing token analysis and parsing within Ada"
version = "6.0.3"

authors = ["Stephen Leake"]
maintainers = ["Lionel Draghi <[email protected]>"]
maintainers-logins = ["LionelDraghi"]
licenses = "GPL-3.0-or-later"
website = ""
tags = ["lexer", "parser"]

project-files = ["./build/release/opentoken_lib.gpr"]

[[depends-on]]
aunit = "^24.0.0"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If this is only used for testing the crate itself, it should not appear here as a dependency for clients. Testing should be moved to a nested crate.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Lionel, could you clarify about this point? That is, is aunit necessary for opentoken to work?


[origin]
commit = "b278f6ad0faff2cb999ffbdd2cf5329850734ac9"
url = "git+https://github.com/LionelDraghi/org.opentoken-6.0c.git"

Loading