Skip to content

Commit 5620c77

Browse files
committed
opm
1 parent de5ad4e commit 5620c77

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

dOPF.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"PackageData0" : {
3+
"Name" : "dOPF",
4+
"DisplayName" : "dOPF",
5+
"Category" : "DataControls",
6+
"CommunityDescription" : "Sleek, intuitive, and fast object persistence (opf/orm) for faster and easier database development",
7+
"ExternalDependecies" : "",
8+
"OrphanedPackage" : 0,
9+
"RepositoryFileName" : "dOPF.zip",
10+
"RepositoryFileSize" : 40536,
11+
"RepositoryFileHash" : "77b87bc433b75cdf7d312a451934e9e1",
12+
"RepositoryDate" : 4.5613996479965281E+004,
13+
"PackageBaseDir" : "dopf\\/",
14+
"HomePageURL" : "https://github.com/pascal-libs/dopf",
15+
"DownloadURL" : "https://raw.githubusercontent.com/pascal-libs/dopf/main/update_dOPF.json",
16+
"SVNURL" : ""
17+
},
18+
"PackageFiles0" : [
19+
{
20+
"Name" : "dopfrt.lpk",
21+
"Description" : "Object Persistence Framework",
22+
"Author" : "Silvio Clécio - https://github.com/silvioprog",
23+
"License" : "See the file LICENSE, included in this distribution, for details about the copyright.",
24+
"RelativeFilePath" : "packages\\/",
25+
"VersionAsString" : "3.2.0.0",
26+
"LazCompatibility" : "2.2.0, 2.2.4, 3.0.0, Trunk",
27+
"FPCCompatibility" : "3.2.0, 3.2.2, 3.2.4, Trunk",
28+
"SupportedWidgetSet" : "gtk2, win32/win64",
29+
"PackageType" : 3,
30+
"DependenciesAsString" : "FCL"
31+
}
32+
]
33+
}

update_dOPF.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"UpdateLazPackages" : [
3+
{
4+
"ForceNotify" : false,
5+
"InternalVersion" : 1,
6+
"Name" : "dopfrt.lpk",
7+
"Version" : "3.2.0.0"
8+
}
9+
],
10+
"UpdatePackageData" : {
11+
"DisableInOPM" : false,
12+
"DownloadZipURL" : "https://github.com/pascal-libs/dopf/archive/refs/tags/v3.2.0.0.zip",
13+
"Name" : "dopf"
14+
}
15+
}

0 commit comments

Comments
 (0)