Files
vss-extra/source/json/implementation/vss-json-implementation.ads
2023-03-10 09:36:11 +01:00

18 lines
392 B
Ada

--
-- Copyright (C) 2020, AdaCore
--
-- SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
--
-- @private
--
-- Root of hierarchy of the internal implementation units. All code in this
-- hierarchy is subject to change. Applications MUST NOT use this package and
-- its children packages.
package VSS.JSON.Implementation is
pragma Preelaborate;
end VSS.JSON.Implementation;