Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / fieldslib
Commits: fca089a7 by Stephane Glondu at 2024-08-28T12:30:27+02:00 New upstream version 0.17.0 - - - - - 5 changed files: - + .ocamlformat - LICENSE.md - 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 ===================================== 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/-/commit/fca089a7416899a3464c6b46d87f8a4f03212826 -- View it on GitLab: https://salsa.debian.org/ocaml-team/fieldslib/-/commit/fca089a7416899a3464c6b46d87f8a4f03212826 You're receiving this email because of your account on salsa.debian.org.

