DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamecons
Beschreibunga Perl replacement for Make
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version2.3.0.1+2.2.0-1
Sektionuniverse/devel
Prioritätoptional
Installierte Größe280 Byte
Hängt ab vonperl, libdigest-md5-perl
Empfohlene Pakete
PaketbetreuerHwei Sheng Teoh
Quelle
Paketgröße105324 Byte
Prüfsumme MD5606e6b1bf52f232cc2fb8a5c3ece6a86
Prüfsumme SHA12f79d89f91cad95c8119ef550b54e4d2098ea8e5
Prüfsumme SHA256625d1d55c0887d8fd217239537e643dd35f95f3cbeeca73172b5a83b32de9036
Link zum Herunterladencons_2.3.0.1+2.2.0-1_all.deb
Ausführliche BeschreibungExcerpted from the README file: . Cons is a system for constructing, primarily, software, but is quite different from previous software construction systems. Cons was designed from the ground up to deal easily with the construction of software spread over multiple source directories. Cons makes it easy to create build scripts that are simple, understandable and maintainable. Cons ensures that complex software is easily and accurately reproducible. . Cons uses a number of techniques to accomplish all of this. Construction scripts are just Perl scripts, making them both easy to comprehend and very flexible. Global scoping of variables is replaced with an import/export mechanism for sharing information between scripts, significantly improving the readability and maintainability of each script. Construction environments are introduced: these are Perl objects that capture the information required for controlling the build process. Multiple environments are used when different semantics are required for generating products in the build tree. Cons implements automatic dependency analysis and uses this to globally sequence the entire build. Variant builds are easily produced from a single source tree. Intelligent build subsetting is possible, when working on localized changes. Overrides can be setup to easily override build instructions without modifying any scripts. MD5 cryptographic signatures are associated with derived files, and are used to accurately determine whether a given file needs to be rebuilt.


Impressum
Linux is a registered trademark of Linus Torvalds