Skip to content

Commit f3d1e38

Browse files
thomassarobhoes
authored andcommitted
Move x509 to alphabetical place in opam and jbuild
Cosmetic change for improved maintainability. Signed-off-by: Thomas Sanders <[email protected]>
1 parent 99c92d3 commit f3d1e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ocaml/xapi/jbuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
6666
(package xapi)
6767
(flags (:standard -bin-annot %s -warn-error +a-3-4-6-9-27-28-29-52))
6868
(libraries (
69-
x509
7069
oPasswd
7170
pam
7271
pciutil
@@ -79,6 +78,7 @@ let () = Printf.ksprintf Jbuild_plugin.V1.send {|
7978
tar
8079
tar.unix
8180
tapctl
81+
x509
8282
xapi_version
8383
xapi-types
8484
xapi-client

xapi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ build-test: [[ "jbuilder" "runtest" "-p" name "-j" jobs ]]
1010

1111
depends: [
1212
"jbuilder" {build & >= "1.0+beta11"}
13-
"x509"
1413
"cdrom"
1514
"fd-send-recv"
1615
"nbd"
@@ -24,6 +23,7 @@ depends: [
2423
"stdext"
2524
"tar-format"
2625
"vhd-format"
26+
"x509"
2727
"xapi-cli-protocol"
2828
"xapi-client"
2929
"xapi-consts"

0 commit comments

Comments
 (0)