-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #715 from psafont/private/paus/refresh
- Loading branch information
Showing
9 changed files
with
53 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
opam-version: "2.0" | ||
maintainer: ["Xapi project maintainers"] | ||
authors: ["[email protected]"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
homepage: "https://xapi-project.github.io/" | ||
bug-reports: "https://github.com/xapi-project/xen-api/issues" | ||
depends: [ | ||
"dune" {>= "3.15"} | ||
"xapi-log" | ||
"xapi-stdext-unix" | ||
"odoc" {with-doc} | ||
] | ||
build: [ | ||
["dune" "subst"] {dev} | ||
[ | ||
"dune" | ||
"build" | ||
"-p" | ||
name | ||
"-j" | ||
jobs | ||
"@install" | ||
"@runtest" {with-test} | ||
"@doc" {with-doc} | ||
] | ||
] | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,12 +3,13 @@ | |
opam-version: "2.0" | ||
name: "vhd-format" | ||
synopsis: "Pure OCaml library to read/write VHD format data" | ||
description: """\ | ||
description: """ | ||
A pure OCaml library to read and write | ||
[vhd](http://en.wikipedia.org/wiki/VHD_(file_format)) format data, plus a | ||
simple command-line tool which allows vhd files to be interrogated, | ||
manipulated, format-converted and streamed to and from files and remote | ||
servers.""" | ||
servers. | ||
""" | ||
maintainer: "[email protected]" | ||
authors: ["Dave Scott" "Jon Ludlam"] | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
|
@@ -17,14 +18,14 @@ homepage: "https://github.com/mirage/ocaml-vhd" | |
doc: "https://mirage.github.io/ocaml-vhd/" | ||
bug-reports: "https://github.com/mirage/ocaml-vhd/issues" | ||
depends: [ | ||
"dune" {>= "3.15"} | ||
"ocaml" {>= "4.10.0"} | ||
"bigarray-compat" {>= "1.1.0"} | ||
"cstruct" {>= "6.0.0"} | ||
"io-page" | ||
"rresult" {>= "0.3.0"} | ||
"uuidm" {>= "0.9.9"} | ||
"stdlib-shims" | ||
"dune" {>= "2.8"} | ||
"ppx_cstruct" {build & >= "3.0.0"} | ||
] | ||
available: os = "linux" | os = "macos" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters