Skip to content

Commit 96daded

Browse files
committed
Liburing_jll build 2.4.0+0
1 parent 63d919f commit 96daded

File tree

12 files changed

+213
-0
lines changed

12 files changed

+213
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
override/

Artifacts.toml

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
[[Liburing]]
2+
arch = "aarch64"
3+
git-tree-sha1 = "748ffb4965afd9bce67e216ddcc35d990a9036b5"
4+
libc = "glibc"
5+
os = "linux"
6+
7+
[[Liburing.download]]
8+
sha256 = "11891bc76d0ea8d03e27e7f771ed229f91f2397922b6b950ac10e0cbf2bd5cee"
9+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.aarch64-linux-gnu.tar.gz"
10+
[[Liburing]]
11+
arch = "aarch64"
12+
git-tree-sha1 = "f01d8c5ae98127bf3ca892455e1015e57ce4daae"
13+
libc = "musl"
14+
os = "linux"
15+
16+
[[Liburing.download]]
17+
sha256 = "29f88cc725a45a6061837c002ab16883d16ca247e775fb2d7232eb4e8fbbbd76"
18+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.aarch64-linux-musl.tar.gz"
19+
[[Liburing]]
20+
arch = "i686"
21+
git-tree-sha1 = "fc5f4faddcc0dcd32509095cab292cdbba3cc17c"
22+
libc = "glibc"
23+
os = "linux"
24+
25+
[[Liburing.download]]
26+
sha256 = "40aed956a307ba2e6abe68ca39f80f875a9e92eb6b39c95b54454f5bef007e7c"
27+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.i686-linux-gnu.tar.gz"
28+
[[Liburing]]
29+
arch = "i686"
30+
git-tree-sha1 = "ba5d3735e635984cdf6749892b1f727f8b1a71fd"
31+
libc = "musl"
32+
os = "linux"
33+
34+
[[Liburing.download]]
35+
sha256 = "57d6150a00a45a0df827b213727d17a9159d28abad9a7560996505e2af4d1601"
36+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.i686-linux-musl.tar.gz"
37+
[[Liburing]]
38+
arch = "x86_64"
39+
git-tree-sha1 = "a039a39e5f38b5dd6f451098017b7e35b57c253d"
40+
libc = "glibc"
41+
os = "linux"
42+
43+
[[Liburing.download]]
44+
sha256 = "a15673a3335f54697556f18abffd4cb6a3fe05f12ee0ef818842cdbf77bf594d"
45+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.x86_64-linux-gnu.tar.gz"
46+
[[Liburing]]
47+
arch = "x86_64"
48+
git-tree-sha1 = "c9b703acfda4518aa9f180114399383421e59538"
49+
libc = "musl"
50+
os = "linux"
51+
52+
[[Liburing.download]]
53+
sha256 = "bee242ab674ea4e295144335e2e71ffabf6a80c1f3d69e5107cae03ca00c033b"
54+
url = "https://github.com/JuliaBinaryWrappers/Liburing_jll.jl/releases/download/Liburing-v2.4.0+0/Liburing.v2.4.0.x86_64-linux-musl.tar.gz"

LICENSE

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
The Julia source code within this repository (all files under `src/`) are
2+
released under the terms of the MIT "Expat" License, the text of which is
3+
included below. This license does not apply to the binary package wrapped by
4+
this Julia package and automatically downloaded by the Julia package manager
5+
upon installing this wrapper package. The binary package's license is shipped
6+
alongside the binary itself and can be found within the
7+
`share/licenses/Liburing` directory within its prefix.
8+
19
MIT License
210

311
Copyright (c) 2022 JuliaBinaryWrappers

Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Liburing_jll"
2+
uuid = "6524598b-69a8-53ae-b017-622bece5ca95"
3+
version = "2.4.0+0"
4+
5+
[deps]
6+
JLLWrappers = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
7+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
8+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
9+
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
10+
11+
[compat]
12+
JLLWrappers = "1.2.0"
13+
julia = "1.6"

README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# `Liburing_jll.jl` (v2.4.0+0)
2+
3+
[![deps](https://juliahub.com/docs/Liburing_jll/deps.svg)](https://juliahub.com/ui/Packages/Liburing_jll/qsqiQ?page=2)
4+
5+
This is an autogenerated package constructed using [`BinaryBuilder.jl`](https://github.com/JuliaPackaging/BinaryBuilder.jl).
6+
7+
The originating [`build_tarballs.jl`](https://github.com/JuliaPackaging/Yggdrasil/blob/166e4733c5762312045afe1a701813754cd90b48/L/Liburing/build_tarballs.jl) script can be found on [`Yggdrasil`](https://github.com/JuliaPackaging/Yggdrasil/), the community build tree.
8+
9+
## Bug Reports
10+
11+
If you have any issue, please report it to the Yggdrasil [bug tracker](https://github.com/JuliaPackaging/Yggdrasil/issues).
12+
13+
## Documentation
14+
15+
For more details about JLL packages and how to use them, see `BinaryBuilder.jl` [documentation](https://docs.binarybuilder.org/stable/jll/).
16+
17+
## Sources
18+
19+
The tarballs for `Liburing_jll.jl` have been built from these sources:
20+
21+
* git repository: https://github.com/axboe/liburing.git (revision: `8699273dee7b7f736144e2554bc32746f626f786`)
22+
23+
## Platforms
24+
25+
`Liburing_jll.jl` is available for the following platforms:
26+
27+
* `Linux aarch64 {libc=glibc}` (`aarch64-linux-gnu`)
28+
* `Linux aarch64 {libc=musl}` (`aarch64-linux-musl`)
29+
* `Linux i686 {libc=glibc}` (`i686-linux-gnu`)
30+
* `Linux i686 {libc=musl}` (`i686-linux-musl`)
31+
* `Linux x86_64 {libc=glibc}` (`x86_64-linux-gnu`)
32+
* `Linux x86_64 {libc=musl}` (`x86_64-linux-musl`)
33+
34+
## Products
35+
36+
The code bindings within this package are autogenerated from the following `Products`:
37+
38+
* `LibraryProduct`: `liburing`

src/Liburing_jll.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Use baremodule to shave off a few KB from the serialized `.ji` file
2+
baremodule Liburing_jll
3+
using Base
4+
using Base: UUID
5+
import JLLWrappers
6+
7+
JLLWrappers.@generate_main_file_header("Liburing")
8+
JLLWrappers.@generate_main_file("Liburing", UUID("6524598b-69a8-53ae-b017-622bece5ca95"))
9+
end # module Liburing_jll

src/wrappers/aarch64-linux-gnu.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Autogenerated wrapper script for Liburing_jll for aarch64-linux-gnu
2+
export liburing
3+
4+
JLLWrappers.@generate_wrapper_header("Liburing")
5+
JLLWrappers.@declare_library_product(liburing, "liburing-ffi.so.2")
6+
function __init__()
7+
JLLWrappers.@generate_init_header()
8+
JLLWrappers.@init_library_product(
9+
liburing,
10+
"lib/liburing-ffi.so",
11+
RTLD_LAZY | RTLD_DEEPBIND,
12+
)
13+
14+
JLLWrappers.@generate_init_footer()
15+
end # __init__()

src/wrappers/aarch64-linux-musl.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Autogenerated wrapper script for Liburing_jll for aarch64-linux-musl
2+
export liburing
3+
4+
JLLWrappers.@generate_wrapper_header("Liburing")
5+
JLLWrappers.@declare_library_product(liburing, "liburing-ffi.so.2")
6+
function __init__()
7+
JLLWrappers.@generate_init_header()
8+
JLLWrappers.@init_library_product(
9+
liburing,
10+
"lib/liburing-ffi.so",
11+
RTLD_LAZY | RTLD_DEEPBIND,
12+
)
13+
14+
JLLWrappers.@generate_init_footer()
15+
end # __init__()

src/wrappers/i686-linux-gnu.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Autogenerated wrapper script for Liburing_jll for i686-linux-gnu
2+
export liburing
3+
4+
JLLWrappers.@generate_wrapper_header("Liburing")
5+
JLLWrappers.@declare_library_product(liburing, "liburing-ffi.so.2")
6+
function __init__()
7+
JLLWrappers.@generate_init_header()
8+
JLLWrappers.@init_library_product(
9+
liburing,
10+
"lib/liburing-ffi.so",
11+
RTLD_LAZY | RTLD_DEEPBIND,
12+
)
13+
14+
JLLWrappers.@generate_init_footer()
15+
end # __init__()

src/wrappers/i686-linux-musl.jl

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Autogenerated wrapper script for Liburing_jll for i686-linux-musl
2+
export liburing
3+
4+
JLLWrappers.@generate_wrapper_header("Liburing")
5+
JLLWrappers.@declare_library_product(liburing, "liburing-ffi.so.2")
6+
function __init__()
7+
JLLWrappers.@generate_init_header()
8+
JLLWrappers.@init_library_product(
9+
liburing,
10+
"lib/liburing-ffi.so",
11+
RTLD_LAZY | RTLD_DEEPBIND,
12+
)
13+
14+
JLLWrappers.@generate_init_footer()
15+
end # __init__()

0 commit comments

Comments
 (0)