-
Notifications
You must be signed in to change notification settings - Fork 285
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 #5656 from psafont/meta
- Loading branch information
Showing
44 changed files
with
138 additions
and
458 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 |
---|---|---|
@@ -1,33 +1,37 @@ | ||
# This file is generated by dune, edit dune-project instead | ||
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception" | ||
opam-version: "2.0" | ||
name: "message-switch-core" | ||
maintainer: "[email protected]" | ||
authors: [ "[email protected]" ] | ||
homepage: "https://github.com/xapi-project/xen-api" | ||
synopsis: "A simple store-and-forward message switch" | ||
description: | ||
"The switch stores messages in queues with well-known names. Clients use a simple HTTP protocol to enqueue and dequeue messages." | ||
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" | ||
dev-repo: "git+https://github.com/xapi-project/xen-api.git" | ||
tags: [ "org:xapi-project" ] | ||
build: [ | ||
["./configure" "--prefix" "%{prefix}%"] | ||
[ "dune" "build" "-p" name "-j" jobs ] | ||
] | ||
depends: [ | ||
"ocaml" | ||
"dune" {build & >= "1.4"} | ||
"odoc" {with-doc} | ||
"dune" {>= "3.0"} | ||
"astring" | ||
"cohttp" {>= "0.21.1"} | ||
"ppx_deriving_rpc" | ||
"ppx_sexp_conv" | ||
"rpclib" | ||
"sexplib" | ||
"xapi-log" | ||
"xapi-log" {= version} | ||
"xapi-stdext-threads" {= version} | ||
"odoc" {with-doc} | ||
] | ||
synopsis: "A simple store-and-forward message switch" | ||
description: """ | ||
The switch stores messages in queues with well-known names. Clients use | ||
a simple HTTP protocol to enqueue and dequeue messages.""" | ||
url { | ||
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz" | ||
} | ||
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" |
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.