search for: mlopt

Displaying 2 results from an estimated 2 matches for "mlopt".

Did you mean: lopt
2013 Sep 09
4
[PATCH] Fix ocaml build in 4.1; problem with 4.1.6 release
...> CC the authors of the patch which when backported became 070ab4c50593, > and Andrew Cooper who knows something about this code. > > Ian. > > make[5]: Entering directory `/u/iwj/work/xen.git/tools/ocaml/xenstored'' > MLI symbol.cmi > MLI trie.cmi > MLOPT define.cmx > MLOPT stdext.cmx > MLOPT trie.cmx > MLOPT config.cmx > MLOPT logging.cmx > File "logging.ml", line 113, characters 3-4: > Warning 11: this match case is unused. > MLOPT quota.cmx > MLOPT perms.cmx > MLOPT symbol.cmx &g...
2013 Mar 25
86
[PATCH 00/28] libxl: ocaml: improve the bindings
The following series of patches fill in most of the gaps in the OCaml bindings to libxl, to make them useful for clients such as xapi/xenopsd (from XCP). There are a number of bugfixes to the existing bindings as well. I have an experimental version of xenopsd that successfully uses the new bindings. An earlier version of the first half of the series was submitted to the last by Ian Campbell on