Skip to content

Commit e77fe6c

Browse files
committed
Fix +trunk packages
1 parent 0b3a16a commit e77fe6c

File tree

2 files changed

+3
-3
lines changed
  • packages/ocaml-variants
    • ocaml-variants.4.14.2+trunk
    • ocaml-variants.5.0.1+trunk

2 files changed

+3
-3
lines changed

packages/ocaml-variants/ocaml-variants.4.14.1+trunk/opam renamed to packages/ocaml-variants/ocaml-variants.4.14.2+trunk/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
opam-version: "2.0"
22
license: "LGPL-2.1-or-later WITH OCaml-LGPL-linking-exception"
3-
synopsis: "Latest 4.14.1 development"
3+
synopsis: "Latest 4.14 development"
44
maintainer: "[email protected]"
55
authors: ["Xavier Leroy" "Damien Doligez" "Alain Frisch" "Jacques Garrigue" "Didier Rémy" "Jérôme Vouillon"]
66
homepage: "https://ocaml.org"
77
bug-reports: "https://github.com/ocaml/opam-repository/issues"
88
dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk"
99
depends: [
10-
"ocaml" {= "4.14.1" & post}
10+
"ocaml" {= "4.14.2" & post}
1111
"base-unix" {post}
1212
"base-bigarray" {post}
1313
"base-threads" {post}

packages/ocaml-variants/ocaml-variants.5.0.0+trunk/opam renamed to packages/ocaml-variants/ocaml-variants.5.0.1+trunk/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage: "https://ocaml.org"
77
bug-reports: "https://github.com/ocaml/opam-repository/issues"
88
dev-repo: "git+https://github.com/ocaml/ocaml.git#trunk"
99
depends: [
10-
"ocaml" {= "5.0.0" & post}
10+
"ocaml" {= "5.0.1" & post}
1111
"base-unix" {post}
1212
"base-bigarray" {post}
1313
"base-threads" {post}

0 commit comments

Comments
 (0)