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

Use virtual_modules in Dune 1.7 #59

Closed
wants to merge 3 commits into from
Closed

Use virtual_modules in Dune 1.7 #59

wants to merge 3 commits into from

Commits on Jun 26, 2019

  1. Use virtual_modules in Dune 1.7

    This allows use of the interface file separately from the
    implementations.
    
    We now provide separate implementations that use dune variants
    so that they can be found via a variants tag search:
    
    - `unix` (Unix or Windows)
    - `js` (JavaScript)
    - `xen` (Xen)
    
    This cleans up the utop toplevel support as well to work by
    default now. (@avsm, fixes mirage#50)
    
    Use implicit transitive dependencies, which will become the
    default in dune 2.0
    avsm committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    a58f53d View commit details
    Browse the repository at this point in the history
  2. travis: pin dev versions

    avsm committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    40a766a View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2019

  1. travis: pin dune 1.11

    avsm committed Jul 9, 2019
    Configuration menu
    Copy the full SHA
    aec5e51 View commit details
    Browse the repository at this point in the history