-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
110 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
{ | ||
"id": "{0AE3CEFD-7687-4190-92F7-7940BED824C0}", | ||
"name": "Hprose", | ||
"picture": "Logo.png", | ||
"license_type": "MIT", | ||
"license_file": "LICENSE.md", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64", | ||
"package_compiler_min": 14, | ||
"package_compiler_max": 32, | ||
"compiler_min": 14, | ||
"compiler_max": 32, | ||
"first_version": "2.0.1", | ||
"version": "2.0.1" | ||
{ | ||
"id": "{0AE3CEFD-7687-4190-92F7-7940BED824C0}", | ||
"name": "Hprose", | ||
"picture": "Logo.png", | ||
"license_type": "MIT", | ||
"license_file": "LICENSE.md", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64", | ||
"package_compiler_min": 14, | ||
"package_compiler_max": 32, | ||
"compiler_min": 14, | ||
"compiler_max": 32, | ||
"first_version": "2.0.1", | ||
"version": "2.0.2" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"search_pathes": [{ | ||
"pathes": "Source", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64" | ||
}], | ||
"browsing_pathes": [{ | ||
"pathes": "Source", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64" | ||
}], | ||
"source_folders": [{ | ||
"folder": "." | ||
}, | ||
{ | ||
"folder": "CppBuilder", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Icons", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Lazarus", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Packages", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Source", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Test", | ||
"recursive": true | ||
}] | ||
{ | ||
"search_pathes": [{ | ||
"pathes": "Source", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64" | ||
}], | ||
"browsing_pathes": [{ | ||
"pathes": "Source", | ||
"platforms": "Win32;Win64;OSX32;Android;IOSDevice32;IOSDevice64;Linux64" | ||
}], | ||
"source_folders": [{ | ||
"folder": "." | ||
}, | ||
{ | ||
"folder": "CppBuilder", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Icons", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Lazarus", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Packages", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Source", | ||
"recursive": true | ||
}, | ||
{ | ||
"folder": "Test", | ||
"recursive": true | ||
}] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
<p align="center"><img src="http://hprose.com/banner.@2x.png" alt="Hprose" title="Hprose" width="650" height="200" /></p> | ||
|
||
# Hprose for Delphi/Lazarus | ||
|
||
[![Join the chat at https://gitter.im/hprose/hprose-delphi](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hprose/hprose-delphi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Supported Delphi versions: delphi6-delphi10.1](https://img.shields.io/badge/delphi-6~10.2-blue.svg) ![Supported FreePascal versions: freepascal2-freepascal3](https://img.shields.io/badge/freepascal-2~3-blue.svg)](https://github.com/hprose/hprose-delphi) [![GitHub release](https://img.shields.io/github/release/hprose/hprose-delphi.svg)](https://github.com/hprose/hprose-delphi/releases) | ||
|
||
*Hprose* is a High Performance Remote Object Service Engine. | ||
|
||
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system. | ||
|
||
*Hprose* supports many programming languages, for example: | ||
|
||
* AAuto Quicker | ||
* ActionScript | ||
* ASP | ||
* C++ | ||
* Dart | ||
* Delphi/Lazarus | ||
* dotNET(C#, Visual Basic...) | ||
* Golang | ||
* Java | ||
* JavaScript | ||
* Node.js | ||
* Objective-C | ||
* Perl | ||
* PHP | ||
* Python | ||
* Ruby | ||
* ... | ||
|
||
Through *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages. | ||
|
||
This project is the implementation of Hprose for Delphi/Lazarus. | ||
|
||
## Miscellaneous | ||
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and install Hprose as a package there. (Delphinus-Support) | ||
<p align="center"><img src="http://hprose.com/banner.@2x.png" alt="Hprose" title="Hprose" width="650" height="200" /></p> | ||
|
||
# Hprose for Delphi/Lazarus | ||
|
||
[![Join the chat at https://gitter.im/hprose/hprose-delphi](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/hprose/hprose-delphi?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
[![Supported Delphi versions: delphi6-delphi10.3](https://img.shields.io/badge/delphi-6~10.3-blue.svg) ![Supported FreePascal versions: freepascal2-freepascal3](https://img.shields.io/badge/freepascal-2~3-blue.svg)](https://github.com/hprose/hprose-delphi) [![GitHub release](https://img.shields.io/github/release/hprose/hprose-delphi.svg)](https://github.com/hprose/hprose-delphi/releases) | ||
|
||
*Hprose* is a High Performance Remote Object Service Engine. | ||
|
||
It is a modern, lightweight, cross-language, cross-platform, object-oriented, high performance, remote dynamic communication middleware. It is not only easy to use, but powerful. You just need a little time to learn, then you can use it to easily construct cross language cross platform distributed application system. | ||
|
||
*Hprose* supports many programming languages, for example: | ||
|
||
* AAuto Quicker | ||
* ActionScript | ||
* ASP | ||
* C++ | ||
* Dart | ||
* Delphi/Lazarus | ||
* dotNET(C#, Visual Basic...) | ||
* Golang | ||
* Java | ||
* JavaScript | ||
* Node.js | ||
* Objective-C | ||
* Perl | ||
* PHP | ||
* Python | ||
* Ruby | ||
* ... | ||
|
||
Through *Hprose*, You can conveniently and efficiently intercommunicate between those programming languages. | ||
|
||
This project is the implementation of Hprose for Delphi/Lazarus. | ||
|
||
## Miscellaneous | ||
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and install Hprose as a package there. (Delphinus-Support) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters