this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

rss.3.0: Fix constraint (see dune-project file) + dune subst pinned --> dev + untag dune as a build dependency (see ocaml/dune#2147)

authored by

Kate and committed by
GitHub
85bc96bb 5653f4bb

+3 -3
+3 -3
packages/rss/rss.3.0/opam
··· 9 9 bug-reports: "https://framagit.org/zoggy/ocamlrss/-/issues" 10 10 depends: [ 11 11 "ocaml" {>= "4.12.0"} 12 - "dune" {build} 12 + "dune" {>= "2.0"} 13 13 "uri" {>= "4.2.0"} 14 14 "xmlm" {>= "1.3.0"} 15 15 "ptime" {>= "0.8.5"} 16 16 ] 17 17 build: [ 18 - ["dune" "subst"] {pinned} 18 + ["dune" "subst"] {dev} 19 19 ["dune" "build" "-p" name "-j" jobs] 20 20 ["dune" "build" "@doc" "-p" name "-j" jobs] {with-doc} 21 21 ] ··· 27 27 "md5=78b4e42835dcb79233f9b74d3fd4a66c" 28 28 "sha512=5716db7d78e12912b8660122ffbc30aabb9ae2b234bf4776213d4ce7d1ce7f9870b4b4fdc266448e21928db340c89290a725fd58e55d91d8ad811bc5a6c04dcd" 29 29 ] 30 - } 30 + }