Skip to content

Commit

Permalink
wikibook 1.0.1 (via alr publish --submit)
Browse files Browse the repository at this point in the history
  • Loading branch information
krischik committed Mar 29, 2024
1 parent ce263b6 commit 826b9bd
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions index/wi/wikibook/wikibook-1.0.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name = "wikibook"
description = "WikiBook Ada Programing"
long-description = """WikiBook Ada Programing
Follwing crates are incuded:
basic: Chapter Basic Ada
pragmas_restrictions: Chapter Pragmas Restrictions
"""
version = "1.0.1"
authors = ["Martin Krischik"]
maintainers = ["Martin Krischik <[email protected]>"]
maintainers-logins = ["krischik"]
licenses = "GPL-3.0-or-later"
website = "https://wikibook-ada.sourceforge.net/"
tags = ["tutorial", "wikibook"]

[build-switches]
development.runtime_checks = "Overflow"
release.runtime_checks = "Default"
validation.runtime_checks = "Everything"
development.contracts = "Yes"
release.contracts = "No"
validation.contracts = "Yes"

[[depends-on]]
gnat = ">=13"

[[actions]]
type = "post-build"
command = ["alr", "build"]
directory = "basic"

[[actions]]
type = "post-build"
command = ["alr", "build"]
directory = "pragmas_restrictions"

[origin]
hashes = [
"sha256:780ee70ff379fbe281e03795898e85b3aa5c6b0e776b81539b1c6d678ce2eeeb",
"sha512:4f3be2aa3c88850ed0315e8a4ae2fdd66bf9eb68ffeeff40221eeb0fd8a5b81ab3fb1e7ed803338c5695b78a93c0961087b040bb9888f50a869f6707300c47b6",
]
url = "https://sourceforge.net/projects/wikibook-ada/files/Alire/wikibook-1.0.1.tgz"

0 comments on commit 826b9bd

Please sign in to comment.