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

[Git][ocaml-team/variantslib][master] 5 commits: New upstream version 0.17.0



Title: GitLab

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:

Changes:

  • .ocamlformat
    1
    +profile="">

  • LICENSE.md
    1 1
     The MIT License
    
    2 2
     
    
    3
    -Copyright (c) 2009--2023 Jane Street Group, LLC <opensource-contacts@janestreet.com>
    
    3
    +Copyright (c) 2009--2024 Jane Street Group, LLC <opensource-contacts@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
    +variantslib (1:0.17.0-1) unstable; urgency=medium
    
    2
    +
    
    3
    +  * Team upload
    
    4
    +  * New upstream release
    
    5
    +  * Bump Standards-Version to 4.7.0
    
    6
    +
    
    7
    + -- Stéphane Glondu <glondu@debian.org>  Wed, 28 Aug 2024 12:54:30 +0200
    
    8
    +
    
    1 9
     variantslib (1:0.16.0-2) unstable; urgency=medium
    
    2 10
     
    
    3 11
       * Team upload
    

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

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

  • src/dune
    1
    -(library (name variantslib) (public_name variantslib) (libraries base)
    
    2
    - (preprocess no_preprocessing))
    \ No newline at end of file
    1
    +(library
    
    2
    + (name variantslib)
    
    3
    + (public_name variantslib)
    
    4
    + (libraries base)
    
    5
    + (preprocess no_preprocessing))

  • variantslib.opam
    1 1
     opam-version: "2.0"
    
    2
    -version: "v0.16.0"
    
    2
    +version: "v0.17.0"
    
    3 3
     maintainer: "Jane Street developers"
    
    4 4
     authors: ["Jane Street Group, LLC"]
    
    5 5
     homepage: "https://github.com/janestreet/variantslib"
    
    ... ... @@ -11,9 +11,9 @@ build: [
    11 11
       ["dune" "build" "-p" name "-j" jobs]
    
    12 12
     ]
    
    13 13
     depends: [
    
    14
    -  "ocaml" {>= "4.14.0"}
    
    15
    -  "base"  {>= "v0.16" & < "v0.17"}
    
    16
    -  "dune"  {>= "2.0.0"}
    
    14
    +  "ocaml" {>= "5.1.0"}
    
    15
    +  "base"  {>= "v0.17" & < "v0.18"}
    
    16
    +  "dune"  {>= "3.11.0"}
    
    17 17
     ]
    
    18 18
     available: arch != "arm32" & arch != "x86_32"
    
    19 19
     synopsis: "Part of Jane Street's Core library"
    


  • Reply to: