We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c94400 commit febcf92Copy full SHA for febcf92
.github/workflows/ocaml-ci.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Ocaml tests
10
runs-on: ubuntu-20.04
11
env:
12
- package: "xapi-rrd rrd"
+ package: "xapi-rrd"
13
14
steps:
15
- name: Checkout code
rrd.opam
xapi-rrd.opam
@@ -4,6 +4,7 @@ authors: ["Dave Scott" "Jon Ludlam" "John Else"]
4
homepage: "https://github.com/xapi-project/xcp-rrd"
5
bug-reports: "https://github.com/xapi-project/xcp-rrd/issues"
6
dev-repo: "git+https://github.com/xapi-project/xcp-rrd.git"
7
+license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
8
tags: [
"org:xapi-project"
]
0 commit comments