Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / variantslib
Commits: 2aa6ab05 by Stephane Glondu at 2024-08-28T12:52:20+02:00 New upstream version 0.17.0 - - - - - 5 changed files: - + .ocamlformat - LICENSE.md - dune-project - src/dune - variantslib.opam Changes: ===================================== .ocamlformat ===================================== @@ -0,0 +1 @@ +profile=janestreet ===================================== LICENSE.md ===================================== @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009--2023 Jane Street Group, LLC <[email protected]> +Copyright (c) 2009--2024 Jane Street Group, LLC <[email protected]> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal ===================================== dune-project ===================================== @@ -1 +1 @@ -(lang dune 1.10) \ No newline at end of file +(lang dune 3.11) ===================================== src/dune ===================================== @@ -1,2 +1,5 @@ -(library (name variantslib) (public_name variantslib) (libraries base) - (preprocess no_preprocessing)) \ No newline at end of file +(library + (name variantslib) + (public_name variantslib) + (libraries base) + (preprocess no_preprocessing)) ===================================== variantslib.opam ===================================== @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "v0.16.0" +version: "v0.17.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/variantslib" @@ -11,9 +11,9 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ - "ocaml" {>= "4.14.0"} - "base" {>= "v0.16" & < "v0.17"} - "dune" {>= "2.0.0"} + "ocaml" {>= "5.1.0"} + "base" {>= "v0.17" & < "v0.18"} + "dune" {>= "3.11.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Part of Jane Street's Core library" View it on GitLab: https://salsa.debian.org/ocaml-team/variantslib/-/commit/2aa6ab0522b93c22016acd86372d46497adca4d3 -- View it on GitLab: https://salsa.debian.org/ocaml-team/variantslib/-/commit/2aa6ab0522b93c22016acd86372d46497adca4d3 You're receiving this email because of your account on salsa.debian.org.

