Skip to content

Commit 2770348

Browse files
author
Jon Ludlam
authored
Merge pull request #21 from jonludlam/stdext-pack
Use packed stdext
2 parents fef7145 + 25ebbc3 commit 2770348

File tree

9 files changed

+18
-7536
lines changed

9 files changed

+18
-7536
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ install: wget https://raw.githubusercontent.com/ocaml/ocaml-travisci-skeleton/ma
33
script: bash -ex .travis-opam.sh
44
sudo: true
55
env:
6-
- OCAML_VERSION=4.02 PACKAGE=xapi-rrdd-plugin FORK_USER=xapi-project EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev
6+
- OCAML_VERSION=4.02 PACKAGE=xapi-rrdd-plugin EXTRA_REMOTES=git://github.com/xapi-project/opam-repo-dev

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
1.0.1 (23-06-2016):
2+
* Update to new stdext interface
3+
14
0.7.1 (16-07-2015):
25
* Update to new rrd-transport interface
36

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.PHONY: build all
12
all: build
23

34
TESTS_FLAG=--enable-tests

_oasis

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
OASISFormat: 0.3
22
Name: rrdd-plugin
3-
Version: 0.7.1
3+
Version: 1.0.1
44
Synopsis: Plugin library for the XCP RRD daemon
55
Authors: Rok Strnisa, John Else
66
License: LGPL-2.1 with OCaml linking exception
7-
Copyrights: (C) 2013 Citrix Systems
7+
Copyrights: (C) 2013-2016 Citrix Systems
88
BuildTools: ocamlbuild
99
Plugins: META (0.3)
1010

lib/META

Lines changed: 0 additions & 13 deletions
This file was deleted.

lib/rrdd_plugin.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1212
* GNU Lesser General Public License for more details.
1313
*)
14-
14+
open Stdext
1515
open Pervasiveext
1616
open Unixext
1717
open Threadext

0 commit comments

Comments
 (0)