Julien Puydt pushed to branch master at Debian OCaml Maintainers / fieldslib
Commits: 228cbe4b by Julien Puydt at 2023-07-06T11:17:32+02:00 New upstream version 0.16.0 - - - - - a14af698 by Julien Puydt at 2023-07-06T11:17:32+02:00 Update upstream source from tag 'upstream/0.16.0' Update to upstream version '0.16.0' with Debian dir 005e221d9051fb561b257aa2e0dc1b154ae7b41d - - - - - e9e09a94 by Julien Puydt at 2023-07-06T11:17:53+02:00 Package new upstream 0.16.0 - - - - - 43ee7f0f by Julien Puydt at 2023-07-06T11:18:14+02:00 Bump standards-version to 4.6.2 - - - - - b02c1a42 by Julien Puydt at 2023-07-06T11:18:39+02:00 Fix compilation with recent dune - - - - - a7154273 by Julien Puydt at 2023-07-06T11:18:50+02:00 Prepare for upload - - - - - 5 changed files: - LICENSE.md - debian/changelog - debian/control - debian/rules - fieldslib.opam Changes: ===================================== LICENSE.md ===================================== @@ -1,6 +1,6 @@ The MIT License -Copyright (c) 2009--2022 Jane Street Group, LLC <[email protected]> +Copyright (c) 2009--2023 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,12 @@ +fieldslib (1:0.16.0-1) unstable; urgency=medium + + * Team upload. + * New upstream release. + * Bump standards-version to 4.6.2 + * Fix compilation with recent dune + + -- Julien Puydt <[email protected]> Thu, 06 Jul 2023 11:18:40 +0200 + fieldslib (1:0.15.0-1) unstable; urgency=medium [ Stéphane Glondu ] ===================================== debian/control ===================================== @@ -12,7 +12,7 @@ Build-Depends: ocaml-dune, libbase-ocaml-dev (>= 0.14), dh-ocaml -Standards-Version: 4.6.1 +Standards-Version: 4.6.2 Rules-Requires-Root: no Vcs-Browser: https://salsa.debian.org/ocaml-team/fieldslib Vcs-Git: https://salsa.debian.org/ocaml-team/fieldslib.git ===================================== debian/rules ===================================== @@ -11,7 +11,7 @@ override_dh_auto_build: dune build -p fieldslib override_dh_auto_install: - dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=..$(OCAML_STDLIB_DIR) + dune install --destdir=$(DESTDIR) --prefix=/usr --libdir=$(OCAML_STDLIB_DIR) rm -f $(DESTDIR)/usr/doc/fieldslib/LICENSE.md override_dh_dwz: ===================================== fieldslib.opam ===================================== @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "v0.15.0" +version: "v0.16.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/fieldslib" @@ -11,10 +11,11 @@ build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ - "ocaml" {>= "4.08.0"} - "base" {>= "v0.15" & < "v0.16"} + "ocaml" {>= "4.14.0"} + "base" {>= "v0.16" & < "v0.17"} "dune" {>= "2.0.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" description: " Part of Jane Street's Core library View it on GitLab: https://salsa.debian.org/ocaml-team/fieldslib/-/compare/4d7540d748977ff432a28957ac5cd77630720ef6...a715427316db43f3c3f5731515cbf6dbce099907 -- View it on GitLab: https://salsa.debian.org/ocaml-team/fieldslib/-/compare/4d7540d748977ff432a28957ac5cd77630720ef6...a715427316db43f3c3f5731515cbf6dbce099907 You're receiving this email because of your account on salsa.debian.org.

