From af404ac3116be36228e017f7c68f1fd2ecf91320 Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Sat, 26 Apr 2025 20:09:33 +0200 Subject: [PATCH] hostarm 25.0.2 (#1483) --- index/ho/hostarm/hostarm-25.0.2.toml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 index/ho/hostarm/hostarm-25.0.2.toml diff --git a/index/ho/hostarm/hostarm-25.0.2.toml b/index/ho/hostarm/hostarm-25.0.2.toml new file mode 100644 index 00000000..92e5b0d2 --- /dev/null +++ b/index/ho/hostarm/hostarm-25.0.2.toml @@ -0,0 +1,48 @@ +name = "hostarm" +description = "Local hosting of Ada Reference Manual (ARM)" +version = "25.0.2" + +long-description = """ +HostARM is a local hosting of +- Ada Reference Manual 2012 +- Ada Reference Manual 2022 +- Annotated Ada Reference Manual 202Y (Draft 3) + +HostARM focuses on user friendliness and more modern look of the manuals. + +Benefits +- Shorter URL: Remove two levels of the URL and no html ending +- Optional stripping of navigation bars +- Keypress navigation +- Local search not dependant on external hosts +- Optional modernized navigation bar +- Alphabet navigation bar in index +""" + +authors = ["Jesper Quorning"] +maintainers = ["Jesper Quorning "] +maintainers-logins = ["jquorning"] +licenses = "MIT" +website = "https://github.com/jquorning/hostarm" +tags = ["arm", "aarm", "local", "reference", "manual"] + +executables = ["hostarm"] + +[[depends-on]] +# See https://github.com/AdaCore/aws/issues/380 +# and https://github.com/alire-project/alire/issues/1710 +[depends-on.'case(os)'.windows] +aws = "^23.0.0" +xmlada = "^23.0.0" +gnatcoll = "^23.0.0" + +[depends-on.'case(os)'.'...'] +aws = "^24.0.0" +xmlada = "^24.0.0" +gnatcoll = "^24.0.0" + + +[origin] +commit = "a86c233bbcfe4cfc1386eae20a1f0acf22d7f3d4" +url = "git+https://github.com/jquorning/hostarm.git" +