mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 19:43:48 +02:00
86 lines
3.9 KiB
Plaintext
86 lines
3.9 KiB
Plaintext
Source: lazarus
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Carlos Laviola <claviola@debian.org>
|
|
Uploaders: Torsten Werner <twerner@debian.org>, Mazen Neifer <mazen@freeapscal.org>
|
|
Standards-Version: 3.7.3
|
|
Build-Depends: debhelper (>= 5), dpatch, fpc (>= 2.2.2-3), fpc-source (>= 2.2.2-3),
|
|
fp-units-i386 [i386], imagemagick, libgdk-pixbuf-dev
|
|
Vcs-Svn: https://bollin.googlecode.com/svn/lazarus/trunk
|
|
Vcs-Browser: http://bollin.googlecode.com/svn/lazarus/trunk
|
|
Homepage: http://www.lazarus.freepascal.org
|
|
|
|
Package: lazarus
|
|
Architecture: all
|
|
Pre-Depends: dpkg (>= 1.10.24)
|
|
Depends: lazarus-ide, lazarus-src, lazarus-doc
|
|
Recommends: fpc, fpc-source
|
|
Suggests: fp-utils, fp-docs
|
|
Description: Rapid Application Development (RAD) tool for Free Pascal
|
|
Lazarus are the class libraries for Free Pascal that emulate Delphi.
|
|
Free Pascal is a GPL'd compiler that runs on Linux, Win32, OS/2, 68K
|
|
and other OS's. Free Pascal is designed to be able to understand and
|
|
compile programs written with the Delphi syntax, which is object-oriented.
|
|
Lazarus is the part of the missing puzzle that will allow you to develop
|
|
Delphi-like programs in all of the above platforms.
|
|
.
|
|
Unlike Java's "write once, run anywhere" motto, Lazarus and Free Pascal
|
|
strive for "write once, compile anywhere". Since the exact same compiler
|
|
is available on all of the above platforms you don't need to do any recoding
|
|
to produce identical products for different platforms.
|
|
.
|
|
In short, Lazarus is a free RAD tool for Free Pascal using its Lazarus
|
|
Component Library (LCL).
|
|
.
|
|
This IDE will eventually reach Delphi's full functionality.
|
|
|
|
Package: lazarus-src
|
|
Section: devel
|
|
Architecture: all
|
|
Pre-Depends: dpkg (>= 1.10.24)
|
|
Description: Rapid Application Development (RAD) tool for Free Pascal
|
|
Lazarus are the class libraries for Free Pascal that emulate Delphi.
|
|
Free Pascal is a GPL'd compiler that runs on Linux, Win32, OS/2, 68K
|
|
and other OS's. Free Pascal is designed to be able to understand and
|
|
compile programs written with the Delphi syntax, which is object-oriented.
|
|
Lazarus is the part of the missing puzzle that will allow you to develop
|
|
Delphi-like programs in all of the above platforms.
|
|
.
|
|
This package contains lazarus source code necessary for the IDE code tool to
|
|
run (retrieving declarations and navigating in code).
|
|
|
|
Package: lazarus-ide
|
|
Architecture: i386 powerpc sparc amd64 arm
|
|
Pre-Depends: dpkg (>= 1.10.24)
|
|
Depends: ${shlibs:Depends}, fp-compiler (>= 2.2.2-3), fp-units-base, fp-units-rtl,
|
|
fp-units-fcl, fp-units-gtk, libgtk1.2-dev, libgdk-pixbuf-dev,
|
|
${fpc-abi:Depends}, lazarus-src
|
|
Recommends: fp-units-db, fp-units-gfx, fp-units-gnome1, fp-units-misc,
|
|
fp-units-net, fpc-source, gdb
|
|
Suggests: fp-utils
|
|
Description: Rapid Application Development (RAD) tool for Free Pascal
|
|
Lazarus are the class libraries for Free Pascal that emulate Delphi.
|
|
Free Pascal is a GPL'd compiler that runs on Linux, Win32, OS/2, 68K
|
|
and other OS's. Free Pascal is designed to be able to understand and
|
|
compile programs written with the Delphi syntax, which is object-oriented.
|
|
Lazarus is the part of the missing puzzle that will allow you to develop
|
|
Delphi-like programs in all of the above platforms.
|
|
.
|
|
This package contains the lazarus IDE, LCL and components.
|
|
|
|
Package: lazarus-doc
|
|
Section: doc
|
|
Architecture: all
|
|
Description: Rapid Application Development (RAD) tool for Free Pascal
|
|
Lazarus are the class libraries for Free Pascal that emulate Delphi.
|
|
Free Pascal is a GPL'd compiler that runs on Linux, Win32, OS/2, 68K
|
|
and other OS's. Free Pascal is designed to be able to understand and
|
|
compile programs written with the Delphi syntax, which is object-oriented.
|
|
Lazarus is the part of the missing puzzle that will allow you to develop
|
|
Delphi-like programs in all of the above platforms.
|
|
.
|
|
This package contain documentation of the lazarus IDE and components. It can
|
|
be viewed separately with any HTML browser or used by the IDE to as an
|
|
integrated help (pressing <F1> on any LCL identifier will browse the help of
|
|
that identifier).
|