7

I'm looking to find something like Torry but instead of being Delphi centric, it should be Lazarus centric.

I'm aware of the Source Forge Project Code and Component Repository but I'm looking for something with more span and a bit more searching features.

Gustavo Carreno
  • 9,499
  • 13
  • 45
  • 76

4 Answers4

10

There is this page in the Lazarus wiki which probably has most of Lazarus components (it includes some components not found in CCR). Its pretty well searchable. There are also the forums and the mailing list where components are announced (and usually are mentioned in the above wiki page).

Lazarus isn't as popular as Delphi or other solutions, so its not that easy to find stuff for it :-/. Although porting components from Delphi isn't a very hard process - many components available for Lazarus were originally Delphi components.

Bad Sector
  • 742
  • 1
  • 6
  • 11
2

Here is a component web site : http://lazarus-components.org

I have seen that we can create lazarus repositories, but there is poor doc about that.

GIROUX
  • 21
  • 1
  • It's another site with some data. Oddly enough it's a bit cluttered and not that well done. Maybe because it's under some CMS app. – Gustavo Carreno Aug 01 '13 at 12:21
1

Recent versions of Lazarus IDE have an Online Package Manager function.

IDE Menu: Package > Online Package Manager.

This open a window with a pretty good list of packages that that be downloaded and installed with a couple of clicks.

MMazzon
  • 364
  • 1
  • 2
  • 15
0

I use lazarus BigIDE from http://www.pilotlogic.com/sitejoom/index.php/codetyphon full LCL from more source

KangOz
  • 11