Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions packages/functoria-runtime/functoria-runtime.dev~mirage/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
opam-version: "1.2"
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
authors: [ "Thomas Gazagnaire"
"Anil Madhavapeddy"
"Dave Scott"
"Thomas Leonard"
"Gabriel Radanne" ]
homepage: "https://github.com/mirage/functoria"
bug-reports: "https://github.com/mirage/functoria/issues"
dev-repo: "https://github.com/mirage/functoria.git"
doc: "https://mirage.github.io/functoria/"
license: "ISC"

build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%" ]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.7.3"}
"cmdliner" {>= "0.9.8"}
"fmt"
]
available: [ocaml-version >= "4.02"]
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/functoria.git"
8 changes: 4 additions & 4 deletions packages/functoria/functoria.dev~mirage/opam
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
opam-version: "1.2"
name: "functoria"
maintainer: "Gabriel Radanne <drupyog@zoho.com>"
authors: [ "Thomas Gazagnaire"
"Anil Madhavapeddy"
Expand All @@ -12,13 +11,14 @@ dev-repo: "https://github.com/mirage/functoria.git"
doc: "https://mirage.github.io/functoria/"
license: "ISC"

build: ["ocaml" "pkg/pkg.ml" "build" "--pinned" "true"]
build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%" "--tests" "false"]
build-test: [
["ocaml" "pkg/pkg.ml" "build" "--pinned" pinned "--tests" "true"]
["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%" "--tests" "true"]
["ocaml" "pkg/pkg.ml" "test"]
]
depends: [
"ocamlfind" {build}
"ocamlbuild" {build}
"topkg" {build & >= "0.7.3"}
"base-unix"
"cmdliner" {>= "0.9.8"}
Expand All @@ -28,4 +28,4 @@ depends: [
"ocamlgraph"
"ounit" {test}
]
available: [ocaml-version >= "4.01"]
available: [ocaml-version >= "4.02"]
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ depends: [
"topkg" {build}
"mirage-types-lwt"
"mirage-solo5"
"mirage-runtime"
"cstruct"
"lwt"
]
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ depends: [
"cstruct"
"mirage-types-lwt" {>= "3.0.0"}
"mirage-unix" {>="1.1.0"}
"mirage-runtime"
]
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ depends: [
"io-page"
"mirage-types" {> "1.1.0"}
"mirage-types-lwt" {>= "2.9.0"}
"mirage-runtime"
"cmdliner"
"mirage-unix" {>="1.1.0"}
"xenstore_transport" "xenctrl" "xen-gnt"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@ depends: [
"ocamlbuild" {build}
"topkg" {build & >= "0.7.3"}
"mirage-console-xen-proto"
"mirage-types-lwt"
"mirage-runtime"
"xen-evtchn" "xen-gnt" "mirage-xen"
]
24 changes: 24 additions & 0 deletions packages/mirage-runtime/mirage-runtime.dev~mirage/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
opam-version: "1.2"
maintainer: ["anil@recoil.org" "thomas@gazagnaire.org"]
authors: ["Thomas Gazagnaire" "Anil Madhavapeddy" "Gabriel Radanne"
"Mindy Preston" "Thomas Leonard" "Nicolas Ojeda Bar"
"Dave Scott" "David Kaloper" "Hannes Mehnert" "Richard Mortier"]
homepage: "https://mirage.io/"
bug-reports: "https://github.com/mirage/mirage/issues/"
dev-repo: "https://github.com/mirage/mirage.git"
tags: ["org:mirage" "org:xapi-project"]
doc: "https://mirage.github.io/mirage/"

build: ["ocaml" "pkg/pkg.ml" "build" "--pkg-name" name "--pinned" "%{pinned}%"]

depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.8.0"}
"ipaddr" {>= "2.6.0"}
"functoria-runtime"
"astring"
"logs"
"mirage-types"
]
available: [ocaml-version >= "4.02.3"]
1 change: 1 addition & 0 deletions packages/mirage-runtime/mirage-runtime.dev~mirage/url
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git: "https://github.com/mirage/mirage.git"
1 change: 1 addition & 0 deletions packages/mirage-types/mirage-types.dev~mirage/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.8.0"}
"result"
]
depopts: [ "lwt" "cstruct" "ipaddr" "io-page" ]
conflicts: [
Expand Down
5 changes: 3 additions & 2 deletions packages/mirage/mirage.dev~mirage/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ depends: [
"ocamlbuild" {build}
"ocamlfind" {build}
"topkg" {build & >= "0.8.0"}
"ipaddr" {>= "2.6.0"}
"functoria" {>= "1.1.0"}
"ipaddr" {>= "2.6.0"}
"functoria" {>= "1.1.0"}
"astring"
"logs"
"mirage-runtime"
]
conflicts: [
"nocrypto" {< "0.4.0"}
Expand Down
1 change: 1 addition & 0 deletions packages/tcpip/tcpip.dev~mirage/opam
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ depends: [
"alcotest" {test}
"pcap-format" {test}
"fmt"
"mirage-runtime"
"mirage-stdlib-random" {test}
"lwt" {>= "2.4.7"}
"logs" {>= "0.6.0"}
Expand Down