File tree 4 files changed +5
-0
lines changed
4 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -103,6 +103,7 @@ jobs:
103
103
ocaml-compiler : ${{ matrix.ocaml-compiler }}
104
104
opam-depext-flags : --with-test
105
105
opam-local-packages : |
106
+ decoders.opam
106
107
${{ matrix.package }}.opam
107
108
108
109
- run : opam install "${{ matrix.package }}" --with-test
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ depends: [
13
13
"dune" {>= "3.8"}
14
14
"ocaml" {>= "4.03.0"}
15
15
"odoc" {with-doc}
16
+ "melange"
16
17
"containers" {with-test & >= "0.16"}
17
18
]
18
19
build: [
Original file line number Diff line number Diff line change 136
136
( depends
137
137
( ocaml ( >= 4 .03.0) )
138
138
( odoc :with -doc)
139
+ melange
139
140
( containers ( and :with -test ( >= 0 .16) ) ) ) )
140
141
141
142
;; melange lib convention is to put `melange-` as the prefix, rather than the
148
149
( depends
149
150
( ocaml ( >= 4 .14.1) )
150
151
( odoc :with -doc)
152
+ ( decoders ( = :version ) )
151
153
melange
152
154
( melange-fetch :with -test)
153
155
( melange-jest :with -test)
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ depends: [
13
13
"dune" {>= "3.8"}
14
14
"ocaml" {>= "4.14.1"}
15
15
"odoc" {with-doc}
16
+ "decoders" {= version}
16
17
"melange"
17
18
"melange-fetch" {with-test}
18
19
"melange-jest" {with-test}
You can’t perform that action at this time.
0 commit comments