Skip to content

Commit

Permalink
Merge pull request #691 from psafont/sync
Browse files Browse the repository at this point in the history
xs-extra: sync with metadata in repositories
  • Loading branch information
edwintorok authored Jul 22, 2024
2 parents 22526f0 + b19e4e7 commit ed0b1aa
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 28 deletions.
49 changes: 30 additions & 19 deletions packages/xs-extra/vhd-tool.master/opam
Original file line number Diff line number Diff line change
@@ -1,25 +1,20 @@
# This file is generated by dune, edit dune-project instead
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
opam-version: "2.0"
maintainer: "[email protected]"
authors: [ "[email protected]" ]
homepage: "https://github.com/xapi-project/xen-api"
synopsis: "Manipulate .vhd files"
maintainer: ["Xapi project maintainers"]
authors: ["[email protected]"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: ["org.mirage" "org:xapi-project"]
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:mirage"
"org:xapi-project"
]
build: [[ "dune" "build" "-p" name "-j" jobs ]
]
depends: [
"ocaml"
"dune"
"dune" {>= "3.0"}
"alcotest-lwt" {with-test}
"cohttp-lwt"
"conf-libssl"
"cstruct" {>= "3.0.0"}
"forkexec"
"ezxenstore" {= version}
"forkexec" {= version}
"io-page"
"lwt"
"nbd-unix"
Expand All @@ -29,14 +24,30 @@ depends: [
"rpclib"
"sha"
"tar"
"vhd-format"
"vhd-format-lwt"
"xapi-idl"
"xapi-log"
"vhd-format" {= version}
"vhd-format-lwt" {= version}
"xapi-idl" {= version}
"xapi-log" {= version}
"xen-api-client-lwt" {= version}
"xenstore"
"xenstore_transport"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
synopsis: ".vhd file manipulation"
dev-repo: "git+https://github.com/xapi-project/xen-api.git"
url {
src: "https://github.com/xapi-project/xen-api/archive/master.tar.gz"
}
31 changes: 22 additions & 9 deletions packages/xs-extra/xapi-plugin.master/opam
Original file line number Diff line number Diff line change
@@ -1,19 +1,32 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
name: "xapi-plugin"
maintainer: "[email protected]"
authors: "[email protected]"
synopsis: "Library to simplify writing xapi plugins in OCaml"
maintainer: ["Xapi project maintainers"]
authors: ["[email protected]"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://github.com/xapi-project/ocaml-xapi-plugin"
dev-repo: "git+https://github.com/xapi-project/ocaml-xapi-plugin.git"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/ocaml-xapi-plugin/issues"
build: [[ "dune" "build" "-p" name "-j" jobs ]]
depends: [
"ocaml"
"dune" {build}
"dune" {>= "2.7"}
"base-unix"
"rpclib"
"odoc" {with-doc}
]
synopsis: "Library to simplify writing xapi plugins in OCaml"
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/ocaml-xapi-plugin.git"
url {
src: "https://github.com/xapi-project/ocaml-xapi-plugin/archive/master.tar.gz"
}

0 comments on commit ed0b1aa

Please sign in to comment.