Skip to content

Commit 579ee2f

Browse files
committed
Added Delphinus support
1 parent 94b0d9e commit 579ee2f

File tree

4 files changed

+52
-0
lines changed

4 files changed

+52
-0
lines changed

Delphinus.Info.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"id": "{0AE3CEFD-7687-4190-92F7-7940BED824C0}",
3+
"name": "Hprose",
4+
"picture": "Logo.png",
5+
"license_type": "MIT",
6+
"license_file": "LICENSE.md",
7+
"platforms": "Win32;Win64",
8+
"package_compiler_min": 14,
9+
"package_compiler_max": 32,
10+
"compiler_min": 14,
11+
"compiler_max": 32
12+
}

Delphinus.Install.json

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"search_pathes": [{
3+
"pathes": "Source",
4+
"platforms": "Win32;Win64"
5+
}],
6+
"browsing_pathes": [{
7+
"pathes": "Source",
8+
"platforms": "Win32;Win64"
9+
}],
10+
"source_folders": [{
11+
"folder": "."
12+
},
13+
{
14+
"folder": "CppBuilder",
15+
"recursive": true
16+
},
17+
{
18+
"folder": "Icons",
19+
"recursive": true
20+
},
21+
{
22+
"folder": "Lazarus",
23+
"recursive": true
24+
},
25+
{
26+
"folder": "Packages",
27+
"recursive": true
28+
},
29+
{
30+
"folder": "Source",
31+
"recursive": true
32+
},
33+
{
34+
"folder": "Test",
35+
"recursive": true
36+
}]
37+
}

Logo.png

10.7 KB
Loading

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,6 @@ It is a modern, lightweight, cross-language, cross-platform, object-oriented, hi
3232
Through *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages.
3333

3434
This project is the implementation of Hprose for Delphi/Lazarus.
35+
36+
## Miscellaneous
37+
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and install Hprose as a package there. (Delphinus-Support)

0 commit comments

Comments
 (0)