Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions Delphinus.Info.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"id":"{EE351056-6F74-48B7-B8AD-6A8AB24766FE}",
"name":"Grijjy ZeroMQ",
"picture":"Logo.png",
"license_type":"Simplified BSD",
"license_file":"License.txt",
"platforms":"Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64",
"package_compiler_min":31,
"package_compiler_max":32,
"compiler_min":31,
"compiler_max":32,
"dependencies":[
{
"id":"{D8BC19AB-3A1A-4D3C-A407-A20C396128E7}",
"version_min":"1.0.0"
}
]
}
33 changes: 33 additions & 0 deletions Delphinus.Install.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"search_pathes": [{
"pathes": ".",
"platforms": "Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64"
}],
"browsing_pathes": [{
"pathes": ".",
"platforms": "Win32;Win64;OSX32;Android;iOSDevice32;iOSDevice64;Linux64"
}],
"source_folders": [{
"folder": "."
},
{
"folder": "Bin",
"recursive": true
},
{
"folder": "ExampleBroker",
"recursive": true
},
{
"folder": "ExampleClient",
"recursive": true
},
{
"folder": "ExampleWorker",
"recursive": true
},
{
"folder": "Lib",
"recursive": true
}]
}
Binary file added Logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,5 +323,9 @@ The example contained here depends upon part of our [Grijjy Foundation library](

The source code and related example repository are hosted on GitHub at [https://github.com/grijjy/DelphiZeroMQ/](https://github.com/grijjy/DelphiZeroMQ/).

## Miscellaneous
You can install [Delphinus package manager](https://github.com/Memnarch/Delphinus/wiki/Installing-Delphinus) and then install our ZeroMQ package there. (Delphinus-Support)
**Delphinus can also automatically download and install required dependencies** (may require IDE restart to update global paths)

# License
PascalZMQ, ZMQ.BrokerProtocol, ZMQ.ClientProtocol, ZMQ.WorkerProtocol, ZMQ.Protocol, ZMQ.Shared and the various Example projects are licensed under the Simplified BSD License. See License.txt for details.