Skip to content

Commit

Permalink
gsl-lite: add version 0.42.0 (#25811)
Browse files Browse the repository at this point in the history
  • Loading branch information
toge authored Nov 4, 2024
1 parent 41974ab commit b01f10a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 3 additions & 0 deletions recipes/gsl-lite/all/conandata.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
sources:
"0.42.0":
url: "https://github.com/gsl-lite/gsl-lite/archive/v0.42.0.tar.gz"
sha256: "54a1b6f9db72eab5d8dcaf06b36d32d4f5da3471d91dac71aba19fe15291a773"
"0.41.0":
url: "https://github.com/gsl-lite/gsl-lite/archive/v0.41.0.tar.gz"
sha256: "4682d8a60260321b92555760be3b9caab60e2a71f95eddbdfb91e557ee93302a"
Expand Down
6 changes: 3 additions & 3 deletions recipes/gsl-lite/all/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

class GslLiteConan(ConanFile):
name = "gsl-lite"
description = "A single-file header-only version of ISO C++ " \
"Guideline Support Library (GSL) for C++98, C++11 and later"
license = "MIT"
url = "https://github.com/conan-io/conan-center-index"
homepage = "https://github.com/martinmoene/gsl-lite"
topics = ("GSL",)
description = "A single-file header-only version of ISO C++ " \
"Guideline Support Library (GSL) for C++98, C++11 and later"
topics = ("GSL", "header-only")
package_type = "header-library"
settings = "os", "arch", "compiler", "build_type"
# There are three configuration options for this GSL implementation's behavior
Expand Down
2 changes: 2 additions & 0 deletions recipes/gsl-lite/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
versions:
"0.42.0":
folder: all
"0.41.0":
folder: all
"0.40.0":
Expand Down

0 comments on commit b01f10a

Please sign in to comment.