Tags : Browse Projects

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

ExtUtils::MakeMaker

Compare

  Analyzed 2 months 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

4 months since last commit

50 users on Open Hub

Activity Not Available
4.125
   
I Use This
Licenses: Artistic_..., gpl

ocaml-oasis

Compare

  Analyzed 2 months ago

Architecture for building OCaml libraries and applications OASIS generates a full configure, build and install system for your application. It starts with a simple `_oasis` file at the toplevel of your project and creates everything required. It uses external tools like OCamlbuild and it can ... [More] be considered as the glue between various subsystems that do the job. It also features a do-it-yourself command line invocation and an internal configure/install scheme. Libraries are managed through findlib. It has been tested on GNU Linux and Windows. It also allows to have standard entry points and description. It helps to integrates your libraries and software with third parties tools like GODI. [Less]

37.4K lines of code

2 current contributors

over 4 years since last commit

3 users on Open Hub

Activity Not Available
0.0
 
I Use This
Licenses: No declared licenses