Stéphane Glondu pushed to branch upstream at Debian OCaml Maintainers / variantslib
Commits:
-
2aa6ab05
by Stephane Glondu at 2024-08-28T12:52:20+02:00
5 changed files:
Changes:
1 | +profile=""> |
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
|
1 | -(lang dune 1.10) |
|
\ No newline at end of file | ||
1 | +(lang dune 3.11) |
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)) |
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"
|