If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
- Build Tree Structure Example (using the status_code-0.5.10 project)\:
+ Build Tree Structure Example (using the status_code-0.6.0 project)\:
build/
├── documents
├── includes
│  ├── script
│  ├── shared
│  │  ├── libstatus_code.so -> libstatus_code.so.0
- │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10
- │  │  └── libstatus_code.so.0.5.10
+ │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0
+ │  │  └── libstatus_code.so.0.6.0
│  └── static
│  └── libstatus_code.a
├── objects
└── sources_settings.built
- Work Tree Structure Example at /tmp/work (using the status_code-0.5.10 project)\:
+ Work Tree Structure Example at /tmp/work (using the status_code-0.6.0 project)\:
/tmp/work/
├── includes
│  └── level_3
├── libraries
│  ├── shared
│  │  ├── libstatus_code.so -> libstatus_code.so.0
- │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10
- │  │  └── libstatus_code.so.0.5.10
+ │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0
+ │  │  └── libstatus_code.so.0.6.0
│  └── static
│  └── libstatus_code.a
└── programs
Build Example, using "make"\:
fake make
- Build Tree Structure Example (using the status_code-0.5.10 project)\:
+ Build Tree Structure Example (using the status_code-0.6.0 project)\:
build/
├── documents
├── includes
│  ├── script
│  ├── shared
│  │  ├── libstatus_code.so -> libstatus_code.so.0
- │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10
- │  │  └── libstatus_code.so.0.5.10
+ │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0
+ │  │  └── libstatus_code.so.0.6.0
│  └── static
│  └── libstatus_code.a
├── objects
├── sources_script.built
└── sources_settings.built
- Work Tree Structure Example at '/tmp/work' (using the status_code-0.5.10 project)\:
+ Work Tree Structure Example at '/tmp/work' (using the status_code-0.6.0 project)\:
/tmp/work/
├── includes
│  └── level_3
├── libraries
│  ├── shared
│  │  ├── libstatus_code.so -> libstatus_code.so.0
- │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.5.10
- │  │  └── libstatus_code.so.0.5.10
+ │  │  ├── libstatus_code.so.0 -> libstatus_code.so.0.6.0
+ │  │  └── libstatus_code.so.0.6.0
│  └── static
│  └── libstatus_code.a
└── programs
- The Featureless Make, which is a level_3 project provided by FLL.
An example bootstrap script is provided (build/scripts/bootstrap-example.sh) is provided for to show how to build the FLL directly from source.
- Use it as an example or explicitly call it (such as: "bash build/scripts/bootstrap-example.sh monolithic 0.5.10").
+ Use it as an example or explicitly call it (such as: "bash build/scripts/bootstrap-example.sh monolithic 0.6.0").
See: dependencies for specific dependencies of this project.
See: readme.bootstrap for bootstrap compiling (or just regular compiling) any part of the FLL and notes on installing.
build_name fll_0
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name fll_1
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name fll_2
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name fll
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
color=
shared=
static=
-version=0.5.10
+version=0.6.0
clang=
let i=2
local public_name="Simple FLL Bootstrap Script"
local system_name=bootstrap
local called_name=$(basename $0)
- local version=0.5.10
+ local version=0.6.0
local grab_next=
local do_color=dark
local public_name="Simple FLL Project Install Script"
local system_name=install
local called_name=$(basename $0)
- local version=0.5.10
+ local version=0.6.0
local grab_next=
local do_color=dark
local public_name="Simple FLL Project Package Script"
local system_name=package
local called_name=$(basename $0)
- local version=0.5.10
+ local version=0.6.0
local grab_next=
local do_color=dark
local public_name="FLL Project Mass Test Script"
local system_name=install
local called_name=$(basename $0)
- local version=0.5.10
+ local version=0.6.0
local grab_next=
local do_color=dark
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides account related functionality (users, groups, roles, etc..).
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by account related functionality.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_account
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_account
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_account
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the account project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides capability related functionality.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by capability related functionality.
build_name f_capability
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_capability
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_capability
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Capability
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the capability project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide basic color output support (linux & xterm).
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project color.
build_name f_color
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_color
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_color
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Color
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the color project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Some console input/output commands.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project console.
build_name f_console
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_console
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Console
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the console project.
* FLL - Level 0
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides control group (cgroup) related functionality.
* FLL - Level 0
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by control group (cgroup) related functionality.
build_name f_control_group
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_control_group
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the control group project.
* FLL - Level 0
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the control group project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide means to convert one data type to another, such as a string to an integer.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project conversion.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_conversion
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_conversion
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_conversion
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the conversion project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides operations for directory handling.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project directory.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines type-specific data to be used for/by project directory.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides operations for directory handling.
build_name f_directory
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_directory
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_directory
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the directory project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides environment processing functionality, such as environment variable handling.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by environment console.
build_name f_environment
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_environment
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_environment
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the environment project.
* FLL - Level 0
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides execute processing functionality.
* FLL - Level 0
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project execute.
build_name f_execute
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_execute
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the execute project.
* FLL - Level 0
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the execute project.
* FLL - Level 0
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the execute project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides structures and data types for a file I/O.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project file.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides structures and data types for a file I/O.
build_name f_file
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_file
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_file
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the file project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines all datatypes to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines set data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines set data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines named set data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines nest data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines set data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines set data to be used for/by project fss.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_fss
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_fss
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_fss
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test apply delimit in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test apply delimit between in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test count lines in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test count lines range in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test fail utf in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test fail utf to false in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test is space in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test is graph in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test is space in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test is zero width in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test items resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test named resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nameds resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nest resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test nests resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test seek to eol in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set quote resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test set resize in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets adjust in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets decimate by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets decrease by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets increase in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets increase by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test sets resize by in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test skip past delimit in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test skip past space in the fss project.
* FLL - Level 0
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the fss project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides a Wiki-Like syntax meant to be much simpler.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines iki common data.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by iki related functionality.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_iki
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_iki
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the iki project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides limit related functionality.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by limit related functionality.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by limit related functionality.
build_name f_limit
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_limit
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_limit
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the limit project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Limit
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the limit project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide means to use memory routines, with error checking.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines iki common data.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines memory structure data.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_memory
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Memory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the memory project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide path-related functionality.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project path.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_path
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_path
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_path
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the path project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides pipe functionality.
build_name f_pipe
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_pipe
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_pipe
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Pipe
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the pipe project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides some standard printing functions not available in a libc.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project print.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines print_to_* variants of print functins to be used for/by project print.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name f_print
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_print
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_print
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the print project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides string processing functionality for what is to be defined as a serialize string.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project serialize.
build_name f_serialize
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_serialize
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_serialize
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Serialize
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the serialize project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides signal processing functionality, such as signal variable handling.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project signal.
build_name f_signal
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_signal
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_signal
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Account
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the signal project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide means to interact with sockets.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project socket.
build_name f_socket
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_socket
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_socket
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Socket
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the socket project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides status code definitions.
build_name f_status
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides status code functions, such as those that translate status codes into strings.
build_name f_status_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_status_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status_string project.
* FLL - Level 0
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status_string project.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides string capabilities.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines dynamic string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines map string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines map string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines quantity string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines range string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines static string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines 3-tuple of string data called a triple (which is an ordered list of 3 strings).
build_name f_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the string project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides POSIX sets related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by POSIX thread related functionality.
build_name f_thread
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name f_thread
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_thread
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the thread project.
* FLL - Level 0
*
* Project: Thread
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the thread project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides datatype definitions.
build_name f_type
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides an extension to the Type project (f_type) that depends on f_memory (linking to the f_memory library).
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines data to be used for/by type (array) related functionality.
build_name f_type_array
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the array types in the type project.
* FLL - Level 0
*
* Project: Type
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the type arrays in the project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project utf.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgplv2.1
*
* Defines UTF-8 "convert" functions.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines dynamic (and static) UTF-8 string data.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgplv2.1
*
* Defines UTF-8 "is" functions.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgplv2.1
*
* Defines UTF-8 "character_is" functions.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines map UTF-8 string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines map string data.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 capabilities.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgplv2.1
*
* Provides UTF-8 string capabilities.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 0
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines static string data.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgplv2.1
*
* Defines UTF-8 string data.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines 3-tuple of UTF-8 string data called a triple (which is an ordered list of 3 strings).
build_name f_utf
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-f_utf
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Data for the string project tests.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the function in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the data types in the utf project.
* FLL - Level 0
*
* Project: UTF
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the utf project.
* FLL - Level 1
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides control group (cgroup) related functionality.
build_name fl_control_group
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 0
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide means to convert one data type to another, such as a string to an integer.
* FLL - Level 1
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project conversion.
* FLL - Level 1
*
* Project: Conversion
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fl_conversion
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides operations for directory handling.
* FLL - Level 1
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project directory.
* FLL - Level 1
*
* Project: Directory
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides operations for directory handling.
build_name fl_directory
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Environment
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides environment processing functionality, such as environment variable handling.
build_name fl_environment
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides execute processing functionality.
* FLL - Level 1
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project execute.
build_name fl_execute
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _FL_fss_h
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0000 implementation.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0002 implementation.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0008 implementation.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0001 implementation.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0003 implementation.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides generic functionality shared between and used by different fss processing functions.
* FLL - Level 1
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fl_fss
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides a Wiki-Like syntax meant to be much simpler.
build_name fl_iki
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides some standard printing functions not available in a libc.
* FLL - Level 1
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project print.
* FLL - Level 1
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fl_print
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides common signal functions.
* FLL - Level 1
*
* Project: Signal
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project execute.
build_name fl_signal
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 1
*
* Project: String
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides basic string manipulation and processing capabilities.
build_name fl_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Utf
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
* FLL - Level 1
*
* Project: Utf
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides UTF-8 character manipulation and processing capabilities.
build_name fl_utf
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 1
*
* Project: Utf File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* UTF-8 File Operations.
* FLL - Level 1
*
* Project: Utf File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* UTF-8 File I/O Operations.
build_name fl_utf_file
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Control Group
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides control group (cgroup) related functionality.
build_name fll_control_group
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Error
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide functions commonly used by FLL based programs.
* FLL - Level 2
*
* Project: Error
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project error.
* FLL - Level 2
*
* Project: Error
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fll_error
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides program execution operations similar to system().
* FLL - Level 2
*
* Project: Execute
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fll_execute
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides file-related functionality.
* FLL - Level 2
*
* Project: File
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides structures and data types for a file I/O.
build_name fll_file
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide common FSS functions.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0000 implementation.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0002 implementation.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0008 implementation.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0001 implementation.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-0003 implementation.
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the fss-000e implementation.
build_name fll_fss
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides FSS status code functions, such as those that translate status codes into strings.
build_name fll_fss_status_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides a Wiki-Like syntax meant to be much simpler.
* FLL - Level 2
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* These are provided for internal reduction in redundant code.
build_name fll_iki
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Path
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides path-related functionality.
build_name fll_path
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Print
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides print-related functionality.
build_name fll_print
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Program
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provide functions commonly used by FLL based programs.
* FLL - Level 2
*
* Project: Program
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Defines common data to be used for/by project program.
build_name fll_program
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 2
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides status code functions, such as those that translate status codes into strings.
build_name fll_status_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
build_name test-fll_status_string
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file major
version_target major
* FLL - Level 2
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status_string project.
* FLL - Level 2
*
* Project: Status
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Test the status_string project.
* FLL - Level 3
*
* Project: Byte Dump
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is intendend to support Unicode 14.0.
* FLL - Level 3
*
* Project: Byte Dump
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_byte_dump_program_version_
#define BYTE_DUMP_program_version_major_s F_string_ascii_0_s
- #define BYTE_DUMP_program_version_minor_s F_string_ascii_5_s
- #define BYTE_DUMP_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define BYTE_DUMP_program_version_minor_s F_string_ascii_6_s
+ #define BYTE_DUMP_program_version_micro_s F_string_ascii_0_s
#define BYTE_DUMP_program_version_major_s_length F_string_ascii_0_s_length
- #define BYTE_DUMP_program_version_minor_s_length F_string_ascii_5_s_length
- #define BYTE_DUMP_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define BYTE_DUMP_program_version_minor_s_length F_string_ascii_6_s_length
+ #define BYTE_DUMP_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(BYTE_DUMP_program_version_nano_prefix_s) && defined(BYTE_DUMP_program_version_nano_prefix_s_length))
#define BYTE_DUMP_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Byte Dump
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_byte_dump_h
* FLL - Level 3
*
* Project: Byte Dump
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
build_name byte_dump
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: Control
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_control_program_version_
#define CONTROL_program_version_major_s F_string_ascii_0_s
- #define CONTROL_program_version_minor_s F_string_ascii_5_s
- #define CONTROL_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define CONTROL_program_version_minor_s F_string_ascii_6_s
+ #define CONTROL_program_version_micro_s F_string_ascii_0_s
#define CONTROL_program_version_major_s_length F_string_ascii_0_s_length
- #define CONTROL_program_version_minor_s_length F_string_ascii_5_s_length
- #define CONTROL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define CONTROL_program_version_minor_s_length F_string_ascii_6_s_length
+ #define CONTROL_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(CONTROL_program_version_nano_prefix_s) && defined(CONTROL_program_version_nano_prefix_s_length))
#define CONTROL_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Control
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the Control program.
* FLL - Level 3
*
* Project: Control
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: Control
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_control_h
* FLL - Level 3
*
* Project: Control
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_control_print_h
build_name control
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_controller_program_version_
#define CONTROLLER_program_version_major_s F_string_ascii_0_s
- #define CONTROLLER_program_version_minor_s F_string_ascii_5_s
- #define CONTROLLER_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define CONTROLLER_program_version_minor_s F_string_ascii_6_s
+ #define CONTROLLER_program_version_micro_s F_string_ascii_0_s
#define CONTROLLER_program_version_major_s_length F_string_ascii_0_s_length
- #define CONTROLLER_program_version_minor_s_length F_string_ascii_5_s_length
- #define CONTROLLER_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define CONTROLLER_program_version_minor_s_length F_string_ascii_6_s_length
+ #define CONTROLLER_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(CONTROLLER_program_version_nano_prefix_s) && defined(CONTROLLER_program_version_nano_prefix_s_length))
#define CONTROLLER_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_cache_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_control_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_entry_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_execute_set_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_lock_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_process_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_rule_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_setting_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_state_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_task_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_thread_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_control_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_control_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the Controller program.
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_controller_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_controller_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_entry_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_entry_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_lock_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_lock_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures to be compiled into the main program rather than the library.
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_process_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_rule_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_rule_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_task_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_task_print_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_control_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_entry_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_process_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_rule_h
* FLL - Level 3
*
* Project: Controller
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_thread_signal_h
build_name controller
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fake_program_version_
#define FAKE_program_version_major_s F_string_ascii_0_s
- #define FAKE_program_version_minor_s F_string_ascii_5_s
- #define FAKE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FAKE_program_version_minor_s F_string_ascii_6_s
+ #define FAKE_program_version_micro_s F_string_ascii_0_s
#define FAKE_program_version_major_s_length F_string_ascii_0_s_length
- #define FAKE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FAKE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FAKE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FAKE_program_version_micro_s_length F_string_ascii_0_s_length
#ifndef FAKE_program_version_nano_prefix_s
#define FAKE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* The Feautureless Make System (aka fake) used as a package build tool.
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_library_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_load_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_object_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_objects_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_program_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_skeleton_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_build_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_clean_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_fake_path_generate_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_fake_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_load_fakefile_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_load_parameters_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_operate_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_operate_process_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_operate_type_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_operate_validate_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_make_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_fake_print_h
* FLL - Level 3
*
* Project: Featureless Make
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_skeleton_h
build_name fake
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: Firewall
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_firewall_program_version_
#define FIREWALL_program_version_major_s F_string_ascii_0_s
- #define FIREWALL_program_version_minor_s F_string_ascii_5_s
- #define FIREWALL_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FIREWALL_program_version_minor_s F_string_ascii_6_s
+ #define FIREWALL_program_version_micro_s F_string_ascii_0_s
#define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length
- #define FIREWALL_program_version_minor_s_length F_string_ascii_5_s_length
- #define FIREWALL_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FIREWALL_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FIREWALL_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length))
#define FIREWALL_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Firewall
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the Kevux Operating System Firewall program.
* FLL - Level 3
*
* Project: Firewall
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: Firewall
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_firewall_h
build_name firewall
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Basic List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_basic_list_read_program_version_
#define FSS_BASIC_LIST_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_BASIC_LIST_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_BASIC_LIST_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_BASIC_LIST_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_BASIC_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_BASIC_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_BASIC_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_BASIC_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_BASIC_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_READ_program_version_nano_prefix_s_length))
#define FSS_BASIC_LIST_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Basic List Read program
* FLL - Level 3
*
* Project: FSS Basic List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_basic_list_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Basic List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_basic_list_write_program_version_
#define FSS_BASIC_LIST_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_BASIC_LIST_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_BASIC_LIST_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_BASIC_LIST_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_BASIC_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_BASIC_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_BASIC_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_BASIC_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s_length))
#define FSS_BASIC_LIST_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides fss basic list write functionality.
* FLL - Level 3
*
* Project: FSS Basic List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_basic_list_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Basic Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_basic_read_program_version_
#define FSS_BASIC_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_BASIC_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_BASIC_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_BASIC_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_BASIC_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_BASIC_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_BASIC_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_BASIC_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_BASIC_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_BASIC_READ_program_version_nano_prefix_s) && defined(FSS_BASIC_READ_program_version_nano_prefix_s_length))
#define FSS_BASIC_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Basic Read program
* FLL - Level 3
*
* Project: FSS Basic Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_basic_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Basic Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_basic_write_program_version_
#define FSS_BASIC_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_BASIC_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_BASIC_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_BASIC_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_BASIC_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_BASIC_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_BASIC_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_BASIC_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_BASIC_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_BASIC_WRITE_program_version_nano_prefix_s) && defined(FSS_BASIC_WRITE_program_version_nano_prefix_s_length))
#define FSS_BASIC_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides fss basic write functionality.
* FLL - Level 3
*
* Project: FSS Basic Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_basic_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Embedded List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_embedded_list_read_program_version_
#define FSS_EMBEDDED_LIST_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_EMBEDDED_LIST_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EMBEDDED_LIST_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EMBEDDED_LIST_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_EMBEDDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EMBEDDED_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EMBEDDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EMBEDDED_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s_length))
#define FSS_EMBEDDED_LIST_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Basic List Read program
* FLL - Level 3
*
* Project: FSS Embedded List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_embedded_list_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Embedded List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_embedded_list_write_program_version_
#define FSS_EMBEDDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_EMBEDDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EMBEDDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EMBEDDED_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s_length))
#define FSS_EMBEDDED_LIST_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides FSS-0008 Embedded List write functionality.
* FLL - Level 3
*
* Project: FSS Embedded List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_embedded_list_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Extended List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_extended_list_read_program_version_
#define FSS_EXTENDED_LIST_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_EXTENDED_LIST_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EXTENDED_LIST_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EXTENDED_LIST_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_EXTENDED_LIST_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EXTENDED_LIST_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EXTENDED_LIST_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EXTENDED_LIST_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s_length))
#define FSS_EXTENDED_LIST_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Extended List Read program
* FLL - Level 3
*
* Project: Extended List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_extended_list_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Extended List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_extended_list_write_program_version_
#define FSS_EXTENDED_LIST_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_EXTENDED_LIST_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EXTENDED_LIST_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EXTENDED_LIST_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s_length))
#define FSS_EXTENDED_LIST_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides FSS-0003 Extended List write functionality.
* FLL - Level 3
*
* Project: FSS Extended List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_extended_list_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Extended Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_extended_read_program_version_
#define FSS_EXTENDED_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_EXTENDED_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EXTENDED_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EXTENDED_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_EXTENDED_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EXTENDED_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EXTENDED_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EXTENDED_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EXTENDED_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EXTENDED_READ_program_version_nano_prefix_s) && defined(FSS_EXTENDED_READ_program_version_nano_prefix_s_length))
#define FSS_EXTENDED_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Basic Read program
* FLL - Level 3
*
* Project: Extended Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_extended_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Extended Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_extended_write_program_version_
#define FSS_EXTENDED_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_EXTENDED_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_EXTENDED_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_EXTENDED_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_EXTENDED_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_EXTENDED_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_EXTENDED_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_EXTENDED_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_EXTENDED_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s) && defined(FSS_EXTENDED_WRITE_program_version_nano_prefix_s_length))
#define FSS_EXTENDED_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides fss basic write functionality.
* FLL - Level 3
*
* Project: FSS Extended Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_extended_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Identify
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_identify_program_version_
#define FSS_IDENTIFY_program_version_major_s F_string_ascii_0_s
- #define FSS_IDENTIFY_program_version_minor_s F_string_ascii_5_s
- #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_IDENTIFY_program_version_minor_s F_string_ascii_6_s
+ #define FSS_IDENTIFY_program_version_micro_s F_string_ascii_0_s
#define FSS_IDENTIFY_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_IDENTIFY_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_IDENTIFY_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_IDENTIFY_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_IDENTIFY_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_IDENTIFY_program_version_nano_prefix_s) && defined(FSS_IDENTIFY_program_version_nano_prefix_s_length))
#define FSS_IDENTIFY_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS Identify
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the program is intended to be used to identify an FSS file or FSS data.
* FLL - Level 3
*
* Project: FSS Identify
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS Identify
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_identify_h
* FLL - Level 3
*
* Project: FSS Identify
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
build_name fss_identify
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Payload Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_payload_read_program_version_
#define FSS_PAYLOAD_READ_program_version_major_s F_string_ascii_0_s
- #define FSS_PAYLOAD_READ_program_version_minor_s F_string_ascii_5_s
- #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_PAYLOAD_READ_program_version_minor_s F_string_ascii_6_s
+ #define FSS_PAYLOAD_READ_program_version_micro_s F_string_ascii_0_s
#define FSS_PAYLOAD_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_PAYLOAD_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_PAYLOAD_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_PAYLOAD_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_PAYLOAD_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_READ_program_version_nano_prefix_s_length))
#define FSS_PAYLOAD_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the FSS Basic List Read program
* FLL - Level 3
*
* Project: FSS Basic List Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name fss_payload_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Payload Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_payload_write_program_version_
#define FSS_PAYLOAD_WRITE_program_version_major_s F_string_ascii_0_s
- #define FSS_PAYLOAD_WRITE_program_version_minor_s F_string_ascii_5_s
- #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_PAYLOAD_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_PAYLOAD_WRITE_program_version_micro_s F_string_ascii_0_s
#define FSS_PAYLOAD_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_PAYLOAD_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_PAYLOAD_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_PAYLOAD_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_PAYLOAD_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s) && defined(FSS_PAYLOAD_WRITE_program_version_nano_prefix_s_length))
#define FSS_PAYLOAD_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides fss basic list write functionality.
* FLL - Level 3
*
* Project: FSS Basic List Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name fss_payload_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: FSS Status code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_fss_status_code_program_version_
#define FSS_STATUS_CODE_program_version_major_s F_string_ascii_0_s
- #define FSS_STATUS_CODE_program_version_minor_s F_string_ascii_5_s
- #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define FSS_STATUS_CODE_program_version_minor_s F_string_ascii_6_s
+ #define FSS_STATUS_CODE_program_version_micro_s F_string_ascii_0_s
#define FSS_STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length
- #define FSS_STATUS_CODE_program_version_minor_s_length F_string_ascii_5_s_length
- #define FSS_STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define FSS_STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define FSS_STATUS_CODE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(FSS_STATUS_CODE_program_version_nano_prefix_s) && defined(FSS_STATUS_CODE_program_version_nano_prefix_s_length))
#define FSS_STATUS_CODE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides status code to/from string translation.
* FLL - Level 3
*
* Project: FSS Status Code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: FSS
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_fss_status_code_h
build_name fss_status_code
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: IKI Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_iki_read_program_version_
#define IKI_READ_program_version_major_s F_string_ascii_0_s
- #define IKI_READ_program_version_minor_s F_string_ascii_5_s
- #define IKI_READ_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define IKI_READ_program_version_minor_s F_string_ascii_6_s
+ #define IKI_READ_program_version_micro_s F_string_ascii_0_s
#define IKI_READ_program_version_major_s_length F_string_ascii_0_s_length
- #define IKI_READ_program_version_minor_s_length F_string_ascii_5_s_length
- #define IKI_READ_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define IKI_READ_program_version_minor_s_length F_string_ascii_6_s_length
+ #define IKI_READ_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(IKI_READ_program_version_nano_prefix_s) && defined(IKI_READ_program_version_nano_prefix_s_length))
#define IKI_READ_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the IKI Read program.
* FLL - Level 3
*
* Project: IKI Read
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_print_h
* FLL - Level 3
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_read_h
build_name iki_read
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: IKI Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_iki_write_program_version_
#define IKI_WRITE_program_version_major_s F_string_ascii_0_s
- #define IKI_WRITE_program_version_minor_s F_string_ascii_5_s
- #define IKI_WRITE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define IKI_WRITE_program_version_minor_s F_string_ascii_6_s
+ #define IKI_WRITE_program_version_micro_s F_string_ascii_0_s
#define IKI_WRITE_program_version_major_s_length F_string_ascii_0_s_length
- #define IKI_WRITE_program_version_minor_s_length F_string_ascii_5_s_length
- #define IKI_WRITE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define IKI_WRITE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define IKI_WRITE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(IKI_WRITE_program_version_nano_prefix_s) && defined(IKI_WRITE_program_version_nano_prefix_s_length))
#define IKI_WRITE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is the IKI Write program.
* FLL - Level 3
*
* Project: IKI Write
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: IKI
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_write_h
build_name iki_write
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: Status Code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_status_code_program_version_
#define STATUS_CODE_program_version_major_s F_string_ascii_0_s
- #define STATUS_CODE_program_version_minor_s F_string_ascii_5_s
- #define STATUS_CODE_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define STATUS_CODE_program_version_minor_s F_string_ascii_6_s
+ #define STATUS_CODE_program_version_micro_s F_string_ascii_0_s
#define STATUS_CODE_program_version_major_s_length F_string_ascii_0_s_length
- #define STATUS_CODE_program_version_minor_s_length F_string_ascii_5_s_length
- #define STATUS_CODE_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define STATUS_CODE_program_version_minor_s_length F_string_ascii_6_s_length
+ #define STATUS_CODE_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(STATUS_CODE_program_version_nano_prefix_s) && defined(STATUS_CODE_program_version_nano_prefix_s_length))
#define STATUS_CODE_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: Status Code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: Status Code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_status_code_h
* FLL - Level 3
*
* Project: Status Code
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This program provides status code to/from string translation.
build_name status_code
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* Provides the common data structures.
*/
#ifndef _di_utf8_program_version_
#define UTF8_program_version_major_s F_string_ascii_0_s
- #define UTF8_program_version_minor_s F_string_ascii_5_s
- #define UTF8_program_version_micro_s F_string_ascii_1_s F_string_ascii_0_s
+ #define UTF8_program_version_minor_s F_string_ascii_6_s
+ #define UTF8_program_version_micro_s F_string_ascii_0_s
#define UTF8_program_version_major_s_length F_string_ascii_0_s_length
- #define UTF8_program_version_minor_s_length F_string_ascii_5_s_length
- #define UTF8_program_version_micro_s_length (F_string_ascii_1_s_length + F_string_ascii_0_s_length)
+ #define UTF8_program_version_minor_s_length F_string_ascii_6_s_length
+ #define UTF8_program_version_micro_s_length F_string_ascii_0_s_length
#if !(defined(UTF8_program_version_nano_prefix_s) && defined(UTF8_program_version_nano_prefix_s_length))
#define UTF8_program_version_nano_prefix_s
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_common_h
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_utf8_print_h
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_utf8_h
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_utf8_bytesequence_h
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*/
#ifndef _PRIVATE_utf8_codepoint_h
* FLL - Level 3
*
* Project: UTF-8
- * API Version: 0.5
+ * API Version: 0.6
* Licenses: lgpl-2.1-or-later
*
* This is intendend to support Unicode 14.0.
build_name utf8
version_major 0
-version_minor 5
-version_micro 10
+version_minor 6
+version_micro 0
version_file micro
version_target minor