From 7b6e5f4e8ad17c7fae403ec8e07ed8050ccaf37d Mon Sep 17 00:00:00 2001 From: John Serock <1468970+serock@users.noreply.github.com> Date: Wed, 13 Dec 2023 11:57:07 -0500 Subject: [PATCH] pla_util 2.1.1 --- index/pl/pla_util/pla_util-2.1.1.toml | 64 +++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 index/pl/pla_util/pla_util-2.1.1.toml diff --git a/index/pl/pla_util/pla_util-2.1.1.toml b/index/pl/pla_util/pla_util-2.1.1.toml new file mode 100644 index 000000000..6abe0e2d9 --- /dev/null +++ b/index/pl/pla_util/pla_util-2.1.1.toml @@ -0,0 +1,64 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +#---------------------------------------------------------------------- +# pla-util - A power line adapter utility +# Copyright (C) 2016-2023 John Serock +# +# This file is part of pla-util. +# +# pla-util is free software: you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# pla-util is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +#---------------------------------------------------------------------- +name = "pla_util" +version = "2.1.1" +description = "A power line adapter utility" +authors = ["John Serock"] +maintainers = ["john.serock@gmail.com"] +maintainers-logins = ["serock"] +licenses = "GPL-3.0-or-later" +website = "https://github.com/serock/pla-util" +tags = ["powerline"] +project-files = ["pla_util.gpr"] +executables = ["pla-util"] + +[available."case(os)"] +"linux" = true +"..." = false + +[[depends-on]] +libpcap = "^1.8.1" + +[configuration] +generate_c = false + +[build-profiles] +pla_util = "release" + +[build-switches] +"*".ada_version = "ada12" +"*".debug_info = ["-g", "-gnateE"] +"*".runtime_checks = ["-gnatE", "-gnato", "-fstack-check", "-fstack-protector-strong"] +"*".contracts = "yes" +development.compile_checks = [ + "-Wall", "-gnatVa", "-gnatwd", "-gnatwh", "-gnatw.h", + "-gnatw.j", "-gnatw.k", "-gnatwl", "-gnatw.l", "-gnatwo", + "-gnatw.o", "-gnatw.q", "-gnatw_q", "-gnatw_r", "-gnatw.s", + "-gnatwt", "-gnatw.u", "-gnatw.w"] +development.optimization = ["-Og"] +development.style_checks = ["-gnaty3aAbBcdefhiIklnoOprsStux"] +validation.optimization = ["-O3", "-gnatn"] +release.optimization = ["-O3", "-gnatn"] + +[origin] +commit = "91fbbcb1d331c9f2796b854b22a5fed4b8cded58" +url = "git+https://github.com/serock/pla-util.git" +