Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

GNU Make

Compare

Claimed by GNU Analyzed 3 days ago

Make is a tool which controls the generation of executables and other non-source files of a program from the program's source files.

46.7K lines of code

7 current contributors

about 1 month since last commit

2,713 users on Open Hub

Moderate Activity
4.05665
   
I Use This

GNU Automake

Compare

Claimed by GNU Analyzed 2 days ago

GNU Automake is a part of the GNU build system, along with GNU Autoconf and GNU Libtool. GNU Automake is a tool to create portable makefiles to manage the building and distribution of source code projects.

87.4K lines of code

3 current contributors

about 1 month since last commit

727 users on Open Hub

Moderate Activity
3.40625
   
I Use This

CMake

Compare

  Analyzed 2 days ago

CMake is a cross-platform, open-source build system. It is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice, such as GNU Make, Visual Studio, and Xcode.

1.9M lines of code

223 current contributors

3 days since last commit

543 users on Open Hub

Very High Activity
4.44444
   
I Use This

Rake

Compare

  Analyzed 3 days ago

Rake is a Ruby make-like utility using standard Ruby syntax for the build specification file.

10K lines of code

11 current contributors

4 days since last commit

535 users on Open Hub

Moderate Activity
4.24324
   
I Use This

NAnt

Compare

  Analyzed 3 days ago

NAnt is a Ant like build tool for .NET

86.3K lines of code

0 current contributors

almost 2 years since last commit

265 users on Open Hub

Very Low Activity
4.06757
   
I Use This

FreeBSD Ports

Compare

  No analysis available

The FreeBSD Ports and Packages collection is used to install and manage software on the FreeBSD operating system.

0 lines of code

214 current contributors

0 since last commit

128 users on Open Hub

Activity Not Available
4.65217
   
I Use This
Mostly written in language not available
Licenses: BSD-2-Clause, BSD-3-Clause

Gradle

Compare

  Analyzed 4 days ago

Gradle is a build tool with a focus on build automation and support for multi-language development. If you are building, testing, publishing, and deploying software on any platform, Gradle offers a flexible model that can support the entire development lifecycle from compiling and packaging code to ... [More] publishing web sites. Gradle has been designed to support build automation across multiple languages and platforms including Java, Scala, Android, C/C++, and Groovy, and is closely integrated with development tools and continuous integration servers including Eclipse, IntelliJ, and Jenkins. For more information about Gradle, please visit: http://gradle.org [Less]

1.58M lines of code

116 current contributors

6 days since last commit

114 users on Open Hub

Very High Activity
4.53846
   
I Use This

Phing

Compare

  No analysis available

PHing Is Not GNU make; it's a project build system based on Apache Ant. You can do anything with it that you could do with a traditional build system like GNU make, and its use of simple XML build files and extensible PHP "task" classes make it an easy-to-use and highly flexible build framework. ... [More] Features include file transformations (e.g. token replacement, XSLT transformation, Smarty template transformations), file system operations, interactive build support, SQL execution, CVS operations, tools for creating PEAR packages, and much more. [Less]

0 lines of code

17 current contributors

0 since last commit

104 users on Open Hub

Activity Not Available
4.33333
   
I Use This
Mostly written in language not available
Licenses: lgpl

cabal

Compare

  Analyzed 3 days ago

Cabal is a system for building and packaging Haskell libraries and programs It defines a common interface for package authors and distributors to easily build their applications in a portable way. Cabal is part of a larger infrastructure for distributing, organizing, and cataloging Haskell libraries and programs.

143K lines of code

58 current contributors

5 days since last commit

67 users on Open Hub

High Activity
4.3125
   
I Use This

ExtUtils::MakeMaker

Compare

  Analyzed 2 days ago

When you type "perl Makefile.PL" the Makefile is generated by MakeMaker. MakeMaker is a very cross-platform, Makefile generation tool specific to installing Perl modules. It works on every operating system that Perl does, and that means a LOT of operating systems. All Unixen, all versions of ... [More] Windows and yes, VMS. MakeMaker works with many different flavors and versions of make including GNU make, nmake, dmake, mms and mmk. If you're looking for some hard core cross platform code, look no further. MakeMaker is always looking for more testers and contributors using non-mainstream operating systems and makes. MakeMaker hopes to be retired someday, perhaps by Module::Build. [Less]

26.2K lines of code

10 current contributors

12 months since last commit

50 users on Open Hub

Very Low Activity
4.125
   
I Use This
Licenses: Artistic_..., gpl