[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][ocaml-team/fieldslib][master] 4 commits: New upstream version 0.15.0



Title: GitLab

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

Commits:

  • 1c8ad417
    by Stéphane Glondu at 2023-02-01T12:34:54+01:00
    New upstream version 0.15.0
  • 90c78ee7
    by Stéphane Glondu at 2023-02-01T12:34:55+01:00
    Update upstream source from tag 'upstream/0.15.0'
    
    Update to upstream version '0.15.0'
    with Debian dir 17afa13eb049dac20c4863c57d12e8bfe7166f8c
  • ab4bc90d
    by Stéphane Glondu at 2023-02-01T12:35:11+01:00
    New upstream release
    
  • 4d7540d7
    by Stéphane Glondu at 2023-02-01T12:38:23+01:00
    Update changelog and prepare upload to unstable
    

3 changed files:

Changes:

  • LICENSE.md
    1 1
     The MIT License
    
    2 2
     
    
    3
    -Copyright (c) 2009--2020 Jane Street Group, LLC <opensource@janestreet.com>
    
    3
    +Copyright (c) 2009--2022 Jane Street Group, LLC <opensource@janestreet.com>
    
    4 4
     
    
    5 5
     Permission is hereby granted, free of charge, to any person obtaining a copy
    
    6 6
     of this software and associated documentation files (the "Software"), to deal
    

  • debian/changelog
    1
    +fieldslib (1:0.15.0-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  [ Stéphane Glondu ]
    
    4
    +  * New upstream release
    
    5
    +
    
    6
    +  [ Debian Janitor ]
    
    7
    +  * Update watch file format version to 4
    
    8
    +  * Set upstream metadata fields
    
    9
    +  * Update standards version to 4.6.1
    
    10
    +
    
    11
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 01 Feb 2023 12:38:20 +0100
    
    12
    +
    
    1 13
     fieldslib (1:0.14.0-1) unstable; urgency=medium
    
    2 14
     
    
    3 15
       * New upstream release
    

  • fieldslib.opam
    1 1
     opam-version: "2.0"
    
    2
    -version: "v0.14.0"
    
    3
    -maintainer: "opensource@janestreet.com"
    
    4
    -authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
    
    2
    +version: "v0.15.0"
    
    3
    +maintainer: "Jane Street developers"
    
    4
    +authors: ["Jane Street Group, LLC"]
    
    5 5
     homepage: "https://github.com/janestreet/fieldslib"
    
    6 6
     bug-reports: "https://github.com/janestreet/fieldslib/issues"
    
    7 7
     dev-repo: "git+https://github.com/janestreet/fieldslib.git"
    
    ... ... @@ -11,8 +11,8 @@ build: [
    11 11
       ["dune" "build" "-p" name "-j" jobs]
    
    12 12
     ]
    
    13 13
     depends: [
    
    14
    -  "ocaml" {>= "4.04.2"}
    
    15
    -  "base"  {>= "v0.14" & < "v0.15"}
    
    14
    +  "ocaml" {>= "4.08.0"}
    
    15
    +  "base"  {>= "v0.15" & < "v0.16"}
    
    16 16
       "dune"  {>= "2.0.0"}
    
    17 17
     ]
    
    18 18
     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"
    


  • Reply to: