Skip to content
This repository has been archived by the owner on Nov 28, 2017. It is now read-only.

Commit

Permalink
Regenerate OASIS
Browse files Browse the repository at this point in the history
Signed-off-by: David Scott <dave.scott@eu.citrix.com>
  • Loading branch information
David Scott committed Dec 21, 2014
1 parent 6c41541 commit 30f7256
Show file tree
Hide file tree
Showing 21 changed files with 7,871 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,7 @@
*.cmx
*.cmxs
*.cmxa
*.mllib
*.mldylib
*.clib
setup.data
setup.ml
setup.log
_tags
*.mlpack
META
myocamlbuild.ml
*.odocl
*.native
_build
158 changes: 158 additions & 0 deletions _tags
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
# OASIS_START
# DO NOT EDIT (digest: 2361804e50bece85e2a764f3986d575b)
# Ignore VCS directories, you can use the same kind of rule outside
# OASIS_START/STOP if you want to exclude directories that contains
# useless stuff for the build process
true: annot, bin_annot
<**/.svn>: -traverse
<**/.svn>: not_hygienic
".bzr": -traverse
".bzr": not_hygienic
".hg": -traverse
".hg": not_hygienic
".git": -traverse
".git": not_hygienic
"_darcs": -traverse
"_darcs": not_hygienic
# Library log
"log/log.cmxs": use_log
<log/*.ml{,i,y}>: pkg_lwt
<log/*.ml{,i,y}>: pkg_lwt.syntax
<log/*.ml{,i,y}>: pkg_sexplib
<log/*.ml{,i,y}>: pkg_sexplib.syntax
# Library xenstore
"core/xenstore.cmxs": use_xenstore
"core/protocol.cmx": for-pack(Xenstore)
"core/handle.cmx": for-pack(Xenstore)
"core/client.cmx": for-pack(Xenstore)
"core/domainWatch.cmx": for-pack(Xenstore)
"core/introduceDomain.cmx": for-pack(Xenstore)
"core/bufferedReader.cmx": for-pack(Xenstore)
"core/packetReader.cmx": for-pack(Xenstore)
"core/writeBufferStream.cmx": for-pack(Xenstore)
"core/packetWriter.cmx": for-pack(Xenstore)
"core/iO_lwt.cmx": for-pack(Xenstore)
"core/s.cmx": for-pack(Xenstore)
<core/*.ml{,i,y}>: pkg_cstruct
<core/*.ml{,i,y}>: pkg_cstruct.syntax
<core/*.ml{,i,y}>: pkg_lwt
<core/*.ml{,i,y}>: pkg_lwt.syntax
<core/*.ml{,i,y}>: pkg_sexplib
<core/*.ml{,i,y}>: pkg_sexplib.syntax
<core/*.ml{,i,y}>: pkg_stringext
<core/*.ml{,i,y}>: pkg_uri
<core/*.ml{,i,y}>: use_log
# Library xenstore_xenctrl
"xenctrl/xenstore_xenctrl.cmxs": use_xenstore_xenctrl
<xenctrl/xenstore_xenctrl.{cma,cmxa}>: oasis_library_xenstore_xenctrl_cclib
"xenctrl/libxenstore_xenctrl_stubs.lib": oasis_library_xenstore_xenctrl_cclib
"xenctrl/dllxenstore_xenctrl_stubs.dll": oasis_library_xenstore_xenctrl_cclib
"xenctrl/libxenstore_xenctrl_stubs.a": oasis_library_xenstore_xenctrl_cclib
"xenctrl/dllxenstore_xenctrl_stubs.so": oasis_library_xenstore_xenctrl_cclib
<xenctrl/xenstore_xenctrl.{cma,cmxa}>: use_libxenstore_xenctrl_stubs
<xenctrl/*.ml{,i,y}>: pkg_cstruct
<xenctrl/*.ml{,i,y}>: pkg_cstruct.lwt
<xenctrl/*.ml{,i,y}>: pkg_cstruct.syntax
<xenctrl/*.ml{,i,y}>: pkg_io-page
<xenctrl/*.ml{,i,y}>: pkg_io-page.unix
<xenctrl/*.ml{,i,y}>: pkg_lwt
<xenctrl/*.ml{,i,y}>: pkg_lwt.syntax
<xenctrl/*.ml{,i,y}>: pkg_lwt.unix
<xenctrl/*.ml{,i,y}>: pkg_sexplib
<xenctrl/*.ml{,i,y}>: pkg_sexplib.syntax
<xenctrl/*.ml{,i,y}>: pkg_stringext
<xenctrl/*.ml{,i,y}>: pkg_uri
<xenctrl/*.ml{,i,y}>: use_log
<xenctrl/*.ml{,i,y}>: use_xenstore
"xenctrl/domains_stubs.c": pkg_cstruct
"xenctrl/domains_stubs.c": pkg_cstruct.lwt
"xenctrl/domains_stubs.c": pkg_cstruct.syntax
"xenctrl/domains_stubs.c": pkg_io-page
"xenctrl/domains_stubs.c": pkg_io-page.unix
"xenctrl/domains_stubs.c": pkg_lwt
"xenctrl/domains_stubs.c": pkg_lwt.syntax
"xenctrl/domains_stubs.c": pkg_lwt.unix
"xenctrl/domains_stubs.c": pkg_sexplib
"xenctrl/domains_stubs.c": pkg_sexplib.syntax
"xenctrl/domains_stubs.c": pkg_stringext
"xenctrl/domains_stubs.c": pkg_uri
"xenctrl/domains_stubs.c": use_log
"xenctrl/domains_stubs.c": use_xenstore
# Library console
"console/console.cmxs": use_console
"console/s.cmx": for-pack(Console)
"console/conback.cmx": for-pack(Console)
"console/conproto.cmx": for-pack(Console)
<console/*.ml{,i,y}>: pkg_cstruct
<console/*.ml{,i,y}>: pkg_cstruct.syntax
<console/*.ml{,i,y}>: pkg_lwt
<console/*.ml{,i,y}>: pkg_lwt.syntax
<console/*.ml{,i,y}>: pkg_mirage-types.lwt
<console/*.ml{,i,y}>: pkg_sexplib
<console/*.ml{,i,y}>: pkg_sexplib.syntax
<console/*.ml{,i,y}>: pkg_shared-memory-ring.console
<console/*.ml{,i,y}>: pkg_stringext
<console/*.ml{,i,y}>: pkg_uri
<console/*.ml{,i,y}>: pkg_xen-evtchn
<console/*.ml{,i,y}>: pkg_xen-gnt
<console/*.ml{,i,y}>: use_log
<console/*.ml{,i,y}>: use_xenstore
# Executable xentropyd
<src/main.{native,byte}>: pkg_cmdliner
<src/main.{native,byte}>: pkg_cstruct
<src/main.{native,byte}>: pkg_cstruct.lwt
<src/main.{native,byte}>: pkg_cstruct.syntax
<src/main.{native,byte}>: pkg_io-page
<src/main.{native,byte}>: pkg_io-page.unix
<src/main.{native,byte}>: pkg_lwt
<src/main.{native,byte}>: pkg_lwt.syntax
<src/main.{native,byte}>: pkg_lwt.unix
<src/main.{native,byte}>: pkg_mirage-clock-unix
<src/main.{native,byte}>: pkg_mirage-types.lwt
<src/main.{native,byte}>: pkg_oUnit
<src/main.{native,byte}>: pkg_sexplib
<src/main.{native,byte}>: pkg_sexplib.syntax
<src/main.{native,byte}>: pkg_shared-memory-ring.console
<src/main.{native,byte}>: pkg_stringext
<src/main.{native,byte}>: pkg_threads
<src/main.{native,byte}>: pkg_unix
<src/main.{native,byte}>: pkg_uri
<src/main.{native,byte}>: pkg_xen-evtchn
<src/main.{native,byte}>: pkg_xen-evtchn.unix
<src/main.{native,byte}>: pkg_xen-evtchn.unix.activations
<src/main.{native,byte}>: pkg_xen-gnt
<src/main.{native,byte}>: pkg_xen-gnt.unix
<src/main.{native,byte}>: use_console
<src/main.{native,byte}>: use_log
<src/main.{native,byte}>: use_xenstore
<src/main.{native,byte}>: use_xenstore_xenctrl
<src/*.ml{,i,y}>: pkg_cmdliner
<src/*.ml{,i,y}>: pkg_cstruct
<src/*.ml{,i,y}>: pkg_cstruct.lwt
<src/*.ml{,i,y}>: pkg_cstruct.syntax
<src/*.ml{,i,y}>: pkg_io-page
<src/*.ml{,i,y}>: pkg_io-page.unix
<src/*.ml{,i,y}>: pkg_lwt
<src/*.ml{,i,y}>: pkg_lwt.syntax
<src/*.ml{,i,y}>: pkg_lwt.unix
<src/*.ml{,i,y}>: pkg_mirage-clock-unix
<src/*.ml{,i,y}>: pkg_mirage-types.lwt
<src/*.ml{,i,y}>: pkg_oUnit
<src/*.ml{,i,y}>: pkg_sexplib
<src/*.ml{,i,y}>: pkg_sexplib.syntax
<src/*.ml{,i,y}>: pkg_shared-memory-ring.console
<src/*.ml{,i,y}>: pkg_stringext
<src/*.ml{,i,y}>: pkg_threads
<src/*.ml{,i,y}>: pkg_unix
<src/*.ml{,i,y}>: pkg_uri
<src/*.ml{,i,y}>: pkg_xen-evtchn
<src/*.ml{,i,y}>: pkg_xen-evtchn.unix
<src/*.ml{,i,y}>: pkg_xen-evtchn.unix.activations
<src/*.ml{,i,y}>: pkg_xen-gnt
<src/*.ml{,i,y}>: pkg_xen-gnt.unix
<src/*.ml{,i,y}>: use_console
<src/*.ml{,i,y}>: use_log
<src/*.ml{,i,y}>: use_xenstore
<src/*.ml{,i,y}>: use_xenstore_xenctrl
<src/main.{native,byte}>: custom
# OASIS_STOP
13 changes: 13 additions & 0 deletions console/META
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OASIS_START
# DO NOT EDIT (digest: 9b4e1388849fd28dee37a32925fda19b)
version = "0.9"
description = "Provide entropy to Xen VMs"
requires =
"lwt lwt.syntax xenstore mirage-types.lwt xen-gnt xen-evtchn shared-memory-ring.console"
archive(byte) = "console.cma"
archive(byte, plugin) = "console.cma"
archive(native) = "console.cmxa"
archive(native, plugin) = "console.cmxs"
exists_if = "console.cma"
# OASIS_STOP

4 changes: 4 additions & 0 deletions console/console.mldylib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: bccaa4aa80831b76c11240a16447975f)
Console
# OASIS_STOP
4 changes: 4 additions & 0 deletions console/console.mllib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: bccaa4aa80831b76c11240a16447975f)
Console
# OASIS_STOP
6 changes: 6 additions & 0 deletions console/console.mlpack
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# OASIS_START
# DO NOT EDIT (digest: 37aaf1fd0541235de2423135a21411c5)
S
Conback
Conproto
# OASIS_STOP
13 changes: 13 additions & 0 deletions core/META
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OASIS_START
# DO NOT EDIT (digest: 9c703033699271dd2d26c1d4e8a6ae67)
version = "0.9"
description = "Provide entropy to Xen VMs"
requires =
"cstruct cstruct.syntax lwt lwt.syntax uri sexplib sexplib.syntax stringext log"
archive(byte) = "xenstore.cma"
archive(byte, plugin) = "xenstore.cma"
archive(native) = "xenstore.cmxa"
archive(native, plugin) = "xenstore.cmxs"
exists_if = "xenstore.cma"
# OASIS_STOP

4 changes: 4 additions & 0 deletions core/xenstore.mldylib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: 4ebad78e4a8967a21d9f13465c767c8c)
Xenstore
# OASIS_STOP
4 changes: 4 additions & 0 deletions core/xenstore.mllib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: 4ebad78e4a8967a21d9f13465c767c8c)
Xenstore
# OASIS_STOP
14 changes: 14 additions & 0 deletions core/xenstore.mlpack
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OASIS_START
# DO NOT EDIT (digest: efe8e85ba74cb32c6a38026c70d44bb0)
Protocol
Handle
Client
DomainWatch
IntroduceDomain
BufferedReader
PacketReader
WriteBufferStream
PacketWriter
IO_lwt
S
# OASIS_STOP
3 changes: 3 additions & 0 deletions core/xenstore_client.mldylib
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OASIS_START
# DO NOT EDIT (digest: d41d8cd98f00b204e9800998ecf8427e)
# OASIS_STOP
3 changes: 3 additions & 0 deletions core/xenstore_client.mllib
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# OASIS_START
# DO NOT EDIT (digest: d41d8cd98f00b204e9800998ecf8427e)
# OASIS_STOP
12 changes: 12 additions & 0 deletions log/META
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# OASIS_START
# DO NOT EDIT (digest: 2d661f7ae40fc56f268731be62f9a1c0)
version = "0.9"
description = "Provide entropy to Xen VMs"
requires = "lwt lwt.syntax sexplib sexplib.syntax"
archive(byte) = "log.cma"
archive(byte, plugin) = "log.cma"
archive(native) = "log.cmxa"
archive(native, plugin) = "log.cmxs"
exists_if = "log.cma"
# OASIS_STOP

4 changes: 4 additions & 0 deletions log/log.mldylib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: 8db7df66ab1d7ab5f1dc947acdb5fae4)
Logging
# OASIS_STOP
4 changes: 4 additions & 0 deletions log/log.mllib
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# OASIS_START
# DO NOT EDIT (digest: 8db7df66ab1d7ab5f1dc947acdb5fae4)
Logging
# OASIS_STOP

0 comments on commit 30f7256

Please sign in to comment.