Skip to content

Commit 983230a

Browse files
authored
Merge pull request #41 from jmid/avoid-opam-patching
Avoid opam file patching
2 parents bf6e8a1 + bb29183 commit 983230a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

mutaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ depends: [
3131
"ounit2" {with-test}
3232
"odoc" {with-doc}
3333
]
34+
dev-repo: "git+https://github.com/jmid/mutaml.git"
3435
build: [
3536
["dune" "subst"] {dev}
3637
[
@@ -45,5 +46,4 @@ build: [
4546
"@doc" {with-doc}
4647
]
4748
]
48-
dev-repo: "git+https://github.com/jmid/mutaml.git"
4949
x-maintenance-intent: ["(latest)"]

mutaml.opam.template

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
]
115
x-maintenance-intent: ["(latest)"]

0 commit comments

Comments
 (0)