Operations Research

Logo

A site for hosting software and data repositories associated with papers appearing in the journal _Operations Research_

View source on GitHub

Build and Dependency Management

Most projects these days are written in high-level languages that do not require compilation. This simplifies things, but it can still be complicated to package your software in a way that makes it easy for another person to install in on their computer from scratch.

C/C++

If you have a multi-file project coded natively in C/C++, using a tool to help other build code is a necessity. Below is a quick summary, but more detailed information is here.

Python

Highlights of Python’s dependency mechanism are here. More details available here.

Julia

Highlights of Python’s dependency mechanism are here. More details available here.

R

Highlights of R’s dependency mechanism are here. More details available here.