Git Product home page Git Product logo

xs-opam's Introduction

Build Status

Opam Repository for XenServer

This Opam repository supports building components in the XenServer toolstack implemented in OCaml.

Adding the OPAM Repository

This repository has been tested with OCaml 4.02.3. To initialize an OPAM configuration with this compiler version, run:

opam init --comp=4.02.3
eval `opam config env`

You can add this Git repository as a remote OPAM repository:

opam repo add xs-opam https://github.com/xapi-project/xs-opam.git
opam pin add lwt 2.7.1

Due to constraints missing from old libraries, pinning the lwt package is necessary for certain configurations.

Layout of This Repository

Packages are organised into namespaces:

  • upstream: packages that we don't control with fixed versions.
  • upstream-extra: packages that we don't control with fixed versions and don't require as a build dependency.
  • xs: packages that we control, with fixed versions.
  • xs-extra: packages that we control, following their respective master branch.

The namespaces are treated differently as part of the build process of XenServer components but this should not concern an Opam user - packages in all namespaces together form the repository and there is no difference between them.

./packages/upstream
./packages/upstream-extra
./packages/xs
./packages/xs-extra

The packages/ hierarchy contains Opam entries for each package. These can be copied untouched from other, existing Opam repositories. The packages/ is basically what you get when using this repository as a remote Opam repository. A typical entry consists of three files:

  • descr - textual desciption
  • opam - dependencies and build instructions
  • url - link to source code

Note how versions are designated:

packages/xs/cdrom.0.9.2
packages/xs/crc.1.0.0
packages/xs-extra/message-switch.master
packages/xs-extra/rrddump.master
packages/xs-extra/vncproxy.master
packages/xs-extra/wsproxy.master
packages/xs/fd-send-recv.1.0.2
packages/xs/nbd.2.1.2
packages/xs/netlink.0.2.1

Travis

A subset of packages in this repository are built on the Travis CI service. These are library packages that part of XenServer. The full set of packages is built as well but failure to build it doesn't count as a build failure so far. See .travis.yml and travis.sh for details.

xs-opam's People

Contributors

lindig avatar gaborigloi avatar mseri avatar jonludlam avatar kc284 avatar fillzero avatar robhoes avatar

Watchers

rosa maria palacios juncosa avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.