mirror of
https://github.com/AdaCore/vss-extra.git
synced 2026-02-12 13:53:04 -08:00
18 lines
392 B
Ada
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;
|