head 1.1; access; symbols pkgsrc-2026Q1:1.1.0.4 pkgsrc-2026Q1-base:1.1 pkgsrc-2025Q4:1.1.0.2 pkgsrc-2025Q4-base:1.1; locks; strict; comment @-- @; 1.1 date 2025.11.28.21.03.12; author dkazankov; state Exp; branches; next ; commitid hy2TPnhtgRtkCmkG; desc @@ 1.1 log @devel/gnatcoverage: add new package 25.2.0 Tool to analyze and report program coverage. Part of Dynamic Analysis Suite (DAS). @ text @$NetBSD: patch-Makefile.in,v 1.0 2024/07/11 17:00:00 dkazankov Exp $ Create source file for stable_sloc package --- /dev/null +++ tools/gnatcov/stable_sloc/stable_sloc-toml_utils.ads @@@@ -0,0 +1,12 @@@@ +with Ada.Strings.Unbounded; use Ada.Strings.Unbounded; +with TOML; use TOML; + +package Stable_Sloc.TOML_Utils is + + function Get_Or_Null + (Annot : TOML_Value; Field : String) return Unbounded_String; + + function Get_Or_Default + (Annot : TOML_Value; Field : String; Default : Boolean) return Boolean; + +end Stable_Sloc.TOML_Utils; @