Skip to content

Commit ae54e1e

Browse files
committed
Lint syndic.1.7.0 and its OPAM file
1 parent a02d2ce commit ae54e1e

File tree

1 file changed

+2
-2
lines changed
  • packages/syndic/syndic.1.7.0

1 file changed

+2
-2
lines changed

packages/syndic/syndic.1.7.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Pure OCaml Library for parsing and writing various types of
1313
feeds and subscriber lists."""
1414

1515
build: [
16-
[ "dune" "subst" ]
16+
[ "dune" "subst" ] {dev}
1717
[ "dune" "build" "-p" name "-j" jobs ]
1818
[ "dune" "runtest" "-p" name ] {with-test & ocaml:version >= "4.04.1"}
1919
]
2020

2121

2222
depends: [
2323
"ocaml" {>= "4.03.0"}
24-
"dune"
24+
"dune" {>= "1.0"}
2525
"ptime"
2626
"uri" {>= "1.9"}
2727
"xmlm" {>= "1.2.0"}

0 commit comments

Comments
 (0)