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.
2 parents bf6e8a1 + bb29183 commit 983230aCopy full SHA for 983230a
mutaml.opam
@@ -31,6 +31,7 @@ depends: [
31
"ounit2" {with-test}
32
"odoc" {with-doc}
33
]
34
+dev-repo: "git+https://github.com/jmid/mutaml.git"
35
build: [
36
["dune" "subst"] {dev}
37
[
@@ -45,5 +46,4 @@ build: [
45
46
"@doc" {with-doc}
47
48
-dev-repo: "git+https://github.com/jmid/mutaml.git"
49
x-maintenance-intent: ["(latest)"]
mutaml.opam.template
@@ -1 +1,15 @@
1
+build: [
2
+ ["dune" "subst"] {dev}
3
+ [
4
+ "dune"
5
+ "build"
6
+ "-p"
7
+ name
8
+ "-j"
9
+ jobs
10
+ "@install"
11
+ "@runtest" {with-test & arch != "ppc64" & arch != "riscv64"}
12
+ "@doc" {with-doc}
13
+ ]
14
+]
15
0 commit comments