-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Frank Stüber edited this page Jan 29, 2025
·
1 revision
OpenCodeList is a standardised JSON format for the generic representation of code lists.
This is a Delphi library for parsing and building OpenCodeList documents.
As Delphi does not have an established package manager, you have the following options:
-
Include this repository as submodule in the Git repository of your project.
-
Keep this repository separate and add the
src
folder as a search path to your project options. -
Copy the source code from the
src
folder into the Git repository of your project and work with a copy of the code.