Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nix package #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 26, 2015

  1. Fix typo

    samuelrivas committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    ec83de3 View commit details
    Browse the repository at this point in the history
  2. Fix install

    We were not building the metadata before installing, plus vrt command was wrong
    samuelrivas committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    5244527 View commit details
    Browse the repository at this point in the history
  3. Make it possible to set the version from the outside

    Package managers usually work on an exported source directory (i.e. not on git
    repo), however vrt relies on git describe to guess the version that it is
    building. This change makes it possible to set the SEMVER variable from outside
    of the makefile, so package managers can avoid the dependency on git
    samuelrivas committed Jul 26, 2015
    Configuration menu
    Copy the full SHA
    c88b83c View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2015

  1. Install the cmt files too

    ocamlmerlin uses them for several things, among them navigating the source
    samuelrivas committed Jul 27, 2015
    Configuration menu
    Copy the full SHA
    6072c97 View commit details
    Browse the repository at this point in the history