From b139c19fec2f61a9b5caee07756f7ee113b888f0 Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Thu, 24 Apr 2025 11:57:05 +0200 Subject: [PATCH] hostarm 25.0.1 (via `alr publish`) (#1481) Co-authored-by: Fabien Chouteau --- index/ho/hostarm/hostarm-25.0.1.toml | 48 ++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 index/ho/hostarm/hostarm-25.0.1.toml diff --git a/index/ho/hostarm/hostarm-25.0.1.toml b/index/ho/hostarm/hostarm-25.0.1.toml new file mode 100644 index 00000000..5eb140ce --- /dev/null +++ b/index/ho/hostarm/hostarm-25.0.1.toml @@ -0,0 +1,48 @@ +name = "hostarm" +description = "Local hosting of Ada Reference Manual (ARM)" +version = "25.0.1" + +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 = "f45fa74739a15a16801904aea941fa97c007ea66" +url = "git+https://github.com/jquorning/hostarm.git" +