An open API service indexing awesome lists of open source software.

https://github.com/developpeurpascal/delphi-componentsandlibraries-pack

List of my components and libraries coded in Delphi
https://github.com/developpeurpascal/delphi-componentsandlibraries-pack

delphi-components delphi-library firemonkey-components vcl-components

Last synced: 3 months ago
JSON representation

List of my components and libraries coded in Delphi

Awesome Lists containing this project

README

        

# Delphi components and libraries pack

[Cette page en français.](LISEZMOI.md)

This repository contains a set of projects in the form of sub-modules. You can download them all at once and then view or use them according to their respective licenses.

You can also consult the [other project packs](https://github.com/DeveloppeurPascal?tab=repositories&q=pack&type=&language=&sort=) in [my GitHub account](https://github.com/DeveloppeurPascal), or [the one](https://github.com/DeveloppeurPascal/_AllProjects) that contains them all.

## Talks and conferences

### Twitch

Follow my development streams of software, video games, mobile applications and websites on [my Twitch channel](https://www.twitch.tv/patrickpremartin) or as replays on [Serial Streameur](https://serialstreameur.fr) mostly in French.

## Source code installation

If you download a ZIP file from GitHub it will be empty. You must use "git" command or a GUI to clone or fork this code repository with its submodules.

After cloning this repository, don't forget to update all projects with the command :

```bash
git submodule update --remote
```

If you didn't clone the project with its sub modules, use those git commands :

```bash
git submodule init
git submodule update --remote
```

[This repository](https://github.com/DeveloppeurPascal/Delphi-ComponentsAndLibraries-Pack) and all projects are available on [my GitHub account](https://github.com/DeveloppeurPascal).

## License to use this code repository and its contents

This source code is distributed under the [AGPL 3.0 or later license](https://choosealicense.com/licenses/agpl-3.0/). It's not the case for all of my other projects. Take a look at every LICENSE and README.md file before doing garbage.

You are generally free to use the contents of this code repository anywhere, provided that:
* you mention it in your projects
* distribute the modifications made to the files supplied in this project under the AGPL license (leaving the original copyright notices (author, link to this repository, license) which must be supplemented by your own)
* to distribute the source code of your creations under the AGPL license.

If this license doesn't suit your needs (especially for a commercial project) I also offer [standard developer licenses](https://store.developpeur-pascal.fr/en/) and you can always [contact me to discuss](https://developpeur-pascal.fr/nous-contacter.php).

These source codes are provided as is, without warranty of any kind.

Certain elements included in this repository may be subject to third-party usage rights (images, sounds, etc.). They are not reusable in your projects unless otherwise stated.

## How to ask a new feature, report a bug or a security issue ?

If you want an answer from the project owner the best way to ask for a new feature or report a bug is to go to [the GitHub repository](https://github.com/DeveloppeurPascal/Delphi-ComponentsAndLibraries-Pack) and [open a new issue](https://github.com/DeveloppeurPascal/Delphi-ComponentsAndLibraries-Pack/issues).

If you found a security issue please don't report it publicly before a patch is available. Explain the case by [sending a private message to the author](https://developpeur-pascal.fr/nous-contacter.php).

You also can fork the repository and contribute by submitting pull requests if you want to help. Please read the [CONTRIBUTING.md](CONTRIBUTING.md) file.

## Support the project and its author

If you think this project is useful and want to support it, please make a donation to [its author](https://github.com/DeveloppeurPascal). It will help to maintain the code and binaries.

You can use one of those services :

* [GitHub Sponsors](https://github.com/sponsors/DeveloppeurPascal)
* Ko-fi [in French](https://ko-fi.com/patrick_premartin_fr) or [in English](https://ko-fi.com/patrick_premartin_en)
* [Patreon](https://www.patreon.com/patrickpremartin)
* [Liberapay](https://liberapay.com/PatrickPremartin)
* [Paypal](https://www.paypal.com/paypalme/patrickpremartin)

You can buy [my softwares](https://lic.olfsoftware.fr/products.php?lng=en), [my video games](https://lic.gamolf.fr/products.php?lng=en) or [a developer license for my libraries](https://lic.developpeur-pascal.fr/products.php?lng=en) if you use them in your projects.

If you speak French [subscribe to Zone Abo](https://zone-abo.fr/nos-abonnements.php) to access my complete online archive (articles, videos, training videos, ebooks).