Stéphane Glondu pushed to branch master at Debian OCaml Maintainers / 
variantslib


Commits:
2aa6ab05 by Stephane Glondu at 2024-08-28T12:52:20+02:00
New upstream version 0.17.0
- - - - -
b5fa6ac6 by Stephane Glondu at 2024-08-28T12:52:20+02:00
Update upstream source from tag 'upstream/0.17.0'

Update to upstream version '0.17.0'
with Debian dir c3acc35b9d17f920d3c03826d90756bc3873dc1e
- - - - -
ce08c196 by Stephane Glondu at 2024-08-28T12:52:34+02:00
New upstream release

- - - - -
83d7f497 by Stephane Glondu at 2024-08-28T12:53:05+02:00
Update packaging

- - - - -
3411fd78 by Stephane Glondu at 2024-08-28T12:54:34+02:00
Update changelog and prepare upload to unstable

- - - - -


7 changed files:

- + .ocamlformat
- LICENSE.md
- debian/changelog
- debian/control
- 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


=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+variantslib (1:0.17.0-1) unstable; urgency=medium
+
+  * Team upload
+  * New upstream release
+  * Bump Standards-Version to 4.7.0
+
+ -- Stéphane Glondu <[email protected]>  Wed, 28 Aug 2024 12:54:30 +0200
+
 variantslib (1:0.16.0-2) unstable; urgency=medium
 
   * Team upload


=====================================
debian/control
=====================================
@@ -8,9 +8,9 @@ Build-Depends:
  ocaml,
  ocaml-findlib,
  ocaml-dune,
- libbase-ocaml-dev (>= 0.14),
+ libbase-ocaml-dev (>= 0.17),
  dh-ocaml (>= 1.2)
-Standards-Version: 4.5.0
+Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Homepage: https://github.com/janestreet/variantslib
 Vcs-Browser: https://salsa.debian.org/ocaml-team/variantslib


=====================================
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/-/compare/5a0eca524cc47379847f58a5c87e2c255a2bea52...3411fd786a5353397d6d31a772e9033fcfb74b4a

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/variantslib/-/compare/5a0eca524cc47379847f58a5c87e2c255a2bea52...3411fd786a5353397d6d31a772e9033fcfb74b4a
You're receiving this email because of your account on salsa.debian.org.


Reply via email to