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


Commits:
fca089a7 by Stephane Glondu at 2024-08-28T12:30:27+02:00
New upstream version 0.17.0
- - - - -
b785d609 by Stephane Glondu at 2024-08-28T12:30:27+02:00
Update upstream source from tag 'upstream/0.17.0'

Update to upstream version '0.17.0'
with Debian dir 1e03e3863749bafdef5eb69fc130ce020e92a7e6
- - - - -
1adc3db1 by Stephane Glondu at 2024-08-28T12:30:42+02:00
New upstream release

- - - - -
9f9e9b71 by Stephane Glondu at 2024-08-28T12:31:31+02:00
Update packaging

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

- - - - -


7 changed files:

- + .ocamlformat
- LICENSE.md
- debian/changelog
- debian/control
- dune-project
- fieldslib.opam
- src/dune


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,10 @@
+fieldslib (1:0.17.0-1) unstable; urgency=medium
+
+  * New upstream release
+  * Bump Standards-Version to 4.7.0
+
+ -- Stéphane Glondu <[email protected]>  Wed, 28 Aug 2024 12:34:54 +0200
+
 fieldslib (1:0.16.0-2) unstable; urgency=medium
 
   * Use ocaml_dune DH buildsystem


=====================================
debian/control
=====================================
@@ -10,9 +10,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.6.2
+Standards-Version: 4.7.0
 Rules-Requires-Root: no
 Vcs-Browser: https://salsa.debian.org/ocaml-team/fieldslib
 Vcs-Git: https://salsa.debian.org/ocaml-team/fieldslib.git


=====================================
dune-project
=====================================
@@ -1 +1 @@
-(lang dune 1.10)
\ No newline at end of file
+(lang dune 3.11)


=====================================
fieldslib.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/fieldslib";
@@ -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: "Syntax extension to define first class values representing record 
fields, to get and set record fields, iterate and fold over all fields of a 
record and create new record values"


=====================================
src/dune
=====================================
@@ -1,2 +1,5 @@
-(library (name fieldslib) (public_name fieldslib) (libraries base)
- (preprocess no_preprocessing))
\ No newline at end of file
+(library
+ (name fieldslib)
+ (public_name fieldslib)
+ (libraries base)
+ (preprocess no_preprocessing))



View it on GitLab: 
https://salsa.debian.org/ocaml-team/fieldslib/-/compare/4179cceaca8c4beda64506250a03e5682fc100bd...f2ddd475922d18652280e3352296782447a31021

-- 
View it on GitLab: 
https://salsa.debian.org/ocaml-team/fieldslib/-/compare/4179cceaca8c4beda64506250a03e5682fc100bd...f2ddd475922d18652280e3352296782447a31021
You're receiving this email because of your account on salsa.debian.org.


Reply via email to