File tree Expand file tree Collapse file tree 3 files changed +29
-17
lines changed Expand file tree Collapse file tree 3 files changed +29
-17
lines changed Original file line number Diff line number Diff line change 1- 1.0.1 (18-Jun-2019):
1+ # v1.4.0 (9-Apr-2025)
2+ * Use ounit2
3+ * Split lwt code to a different package
4+
5+ # v1.3.0 (19-Jan-2021)
6+ * Update CI
7+ * Bring back META template
8+
9+ # v1.2.0 (10-Jan-2021)
10+ * Use dune in Makefile
11+ * Fix license in opam metadata
12+
13+ # v1.1.0 (18-Jun-2019):
214* Upgrade build to dune from jbuilder (@avsm )
315* Test OCaml 4.07 in CI (@avsm )
416* Upgrade opam metadata to 2.0 format (@avsm )
517
6- 1 .0.0 (07-Dec-2017):
18+ # v1 .0.0 (07-Dec-2017):
719* compile with -safe-string
820
9- 0.9.6 (12-Jun-2017):
21+ # 0.9.6 (12-Jun-2017):
1022* add backwards-compat ocamlfind packages
1123 - xenstore_transport.unix
1224 - xenstore_transport.lwt
1325
14- 0.9.5 (12-Jun-2017):
26+ # 0.9.5 (12-Jun-2017):
1527* unix: search for the xenbus path
1628* add more test cases
1729* remove camlp4 dependency
1830* build with jbuilder
1931* travis: use a modern Docker-based setup
2032
21- 0.9.4 (16-Jun-2014):
33+ # 0.9.4 (16-Jun-2014):
2234* use the xenbus device if the Unix domain socket isn't available
2335* respect the XENSTORED_PATH environment variable
2436
25- 0.9.3 (9-May-2014):
37+ # 0.9.3 (9-May-2014):
2638* fix a file descriptor leak when we cannot connect to xenstore
2739
28- 0.9.2 (27-Aug-2013):
40+ # 0.9.2 (27-Aug-2013):
2941* adapt to new xenstore signature which makes it easy to write code
3042 oblivious to whether it's running in Unix userspace or xen
3143
32- 0.9.1 (6-Aug-2013):
44+ # 0.9.1 (6-Aug-2013):
3345* update to xenstore 1.2.3
3446
35- 0.9.0 (3-Jun-2013):
47+ # 0.9.0 (3-Jun-2013):
3648* first public release
3749
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ authors: [
1414]
1515license: "LGPL-2.1-only"
1616tags: ["org:mirage" "org:xapi-project"]
17- homepage: "http ://github.com/xapi-project/ocaml-xenstore-clients"
18- doc: "http ://xapi-project.github.io/ocaml-xenstore-clients/"
19- bug-reports: "http ://github.com/xapi-project/ocaml-xenstore-clients/issues"
17+ homepage: "https ://github.com/xapi-project/ocaml-xenstore-clients"
18+ doc: "https ://xapi-project.github.io/ocaml-xenstore-clients/"
19+ bug-reports: "https ://github.com/xapi-project/ocaml-xenstore-clients/issues"
2020depends: [
2121 "ocaml" {>= "4.04.0"}
22- "dune" {build & >= "1.0"}
22+ "dune" {>= "1.0"}
2323 "camlp-streams"
2424 "lwt"
2525 "xenstore" {>= "2.0.0"}
@@ -29,7 +29,7 @@ build: [
2929 ["dune" "subst"] {pinned}
3030 ["dune" "build" "-p" name "-j" jobs]
3131]
32- dev-repo: "git+http ://github.com/xapi-project/ocaml-xenstore-clients.git"
32+ dev-repo: "git+https ://github.com/xapi-project/ocaml-xenstore-clients.git"
3333synopsis: "Command line tool for interfacing with xenstore"
3434description: """
3535This is a CLI `xs` tool for interfacing with XenStore.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "http://github.com/xapi-project/ocaml-xenstore-clients/issues"
2020depends: [
2121 "ocaml" {>= "4.04.0"}
2222 "ocamlfind" {build}
23- "dune" {build & >= "1.0"}
23+ "dune" {>= "1.0"}
2424 "lwt"
2525 "xenstore" {>= "2.0.0"}
2626 "ounit2" {with-test}
@@ -29,8 +29,8 @@ build: [
2929 ["dune" "subst"] {pinned}
3030 ["dune" "build" "-p" name "-j" jobs]
3131]
32- dev-repo: "git+http ://github.com/xapi-project/ocaml-xenstore-clients.git"
33- synopsis: "low -level libraries for connecting to a xenstore service on a xen host. "
32+ dev-repo: "git+https ://github.com/xapi-project/ocaml-xenstore-clients.git"
33+ synopsis: "Low -level libraries for connecting to a xenstore service on a xen host"
3434description: """
3535These libraries contain the IO functions for communicating with a
3636xenstore service on a xen host. One subpackage deals with regular Unix
You can’t perform that action at this time.
0 commit comments