this repo has no description
0
fork

Configure Feed

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

Fix Yocaml packages (prior to 1.0.x)

xvw 410d2636 0ad208c7

+8 -8
+1 -1
packages/yocaml/yocaml.1.0.0/opam
··· 22 22 "dune" { >= "2.8" } 23 23 "odoc" {with-doc} 24 24 "alcotest" {with-test} 25 - "preface" { >= "1.0.0"} 25 + "preface" { = "1.0.0"} 26 26 ] 27 27 conflicts: [ 28 28 "ocaml-variants" {= "4.12.0+domains+effects" | = "5.1.1+effect-syntax"}
+1 -1
packages/yocaml_cmark/yocaml_cmark.1.0.0/opam
··· 23 23 "ocaml" { >= "4.14.0" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "cmarkit" 28 28 "yocaml" {= version} 29 29 ]
+1 -1
packages/yocaml_git/yocaml_git.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "lwt" { >= "5.4.2" } 28 28 "git-kv" { >= "0.0.3" } 29 29 "git-unix"
+1 -1
packages/yocaml_jingoo/yocaml_jingoo.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0"} 26 + "preface" { = "1.0.0"} 27 27 "jingoo" { >= "1.4.3" } 28 28 "yocaml" {= version} 29 29 ]
+1 -1
packages/yocaml_markdown/yocaml_markdown.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "omd" { >= "1.3.1" } 28 28 "yocaml" {= version} 29 29 ]
+1 -1
packages/yocaml_mustache/yocaml_mustache.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "mustache" { >= "3.1.0" } 28 28 "yocaml" {= version} 29 29 ]
+1 -1
packages/yocaml_unix/yocaml_unix.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" } 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "cryptokit" { >= "1.16.1" } 28 28 "logs" {>= "0.7.0" } 29 29 "conduit-lwt" { >= "4.0.0" }
+1 -1
packages/yocaml_yaml/yocaml_yaml.1.0.0/opam
··· 23 23 "ocaml" { >= "4.11.1" & < "5.3"} 24 24 "dune" { >= "2.8" } 25 25 "odoc" {with-doc} 26 - "preface" { >= "1.0.0" } 26 + "preface" { = "1.0.0" } 27 27 "yaml" { >= "2.1.0" } 28 28 "yocaml" {= version} 29 29 "alcotest" {with-test}