File tree Expand file tree Collapse file tree 8 files changed +114
-0
lines changed
Expand file tree Collapse file tree 8 files changed +114
-0
lines changed Original file line number Diff line number Diff line change 1+ override /
Original file line number Diff line number Diff line change 1+ [[LicenseSpring ]]
2+ arch = " i686"
3+ git-tree-sha1 = " 53956a9175957dffa093f8d55d5de8eff9a73c3c"
4+ os = " windows"
5+
6+ [[LicenseSpring .download ]]
7+ sha256 = " f587af6242bef6468648e8546c96f142ebc20611599cf6a975052e9253120c26"
8+ url = " https://github.com/juliacomputing/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.4.0+0/LicenseSpring.v7.4.0.i686-w64-mingw32.tar.gz"
9+ [[LicenseSpring ]]
10+ arch = " x86_64"
11+ git-tree-sha1 = " eec8df67e27ff3f24e3ff32f8e83ff61a105dae9"
12+ os = " windows"
13+
14+ [[LicenseSpring .download ]]
15+ sha256 = " c10151612161ff8a854e7c3be9ea04f3b96458483562179eaca5865475e93554"
16+ url = " https://github.com/juliacomputing/LicenseSpring_jll.jl/releases/download/LicenseSpring-v7.4.0+0/LicenseSpring.v7.4.0.x86_64-w64-mingw32.tar.gz"
Original file line number Diff line number Diff line change 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/LicenseSpring` directory within its prefix.
8+
19MIT License
210
311Copyright (c) 2021 Julia Computing, Inc.
Original file line number Diff line number Diff line change 1+ name = " LicenseSpring_jll"
2+ uuid = " ea2c2f5b-d23d-53da-ad7e-0e62c0a9a2e9"
3+ version = " 7.4.0+0"
4+
5+ [deps ]
6+ JLLWrappers = " 692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
7+ Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
8+ LibCURL_jll = " deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
9+ OpenSSL_jll = " 458c3c95-2e84-50aa-8efc-19380b2a3a95"
10+ Libdl = " 8f399da3-3557-5675-b5ff-fb832c97cbdb"
11+ Artifacts = " 56f22d72-fd6d-98f1-02f0-08ddc0907c33"
12+
13+ [compat ]
14+ JLLWrappers = " 1.2.0"
15+ julia = " 1.0"
Original file line number Diff line number Diff line change 1+ # ` LicenseSpring_jll.jl ` (v7.4.0+0)
2+
3+ This is an autogenerated package constructed using [ ` BinaryBuilder.jl ` ] ( https://github.com/JuliaPackaging/BinaryBuilder.jl ) .
4+
5+ For more details about JLL packages and how to use them, see ` BinaryBuilder.jl ` [ documentation] ( https://juliapackaging.github.io/BinaryBuilder.jl/dev/jll/ ) .
6+
7+ ## Sources
8+
9+ The tarballs for ` LicenseSpring_jll.jl ` have been built from these sources:
10+
11+ * files in directory, relative to originating ` build_tarballs.jl ` : ` ./bundled `
12+
13+ ## Platforms
14+
15+ ` LicenseSpring_jll.jl ` is available for the following platforms:
16+
17+ * ` Windows i686 ` (` i686-w64-mingw32 ` )
18+ * ` Windows x86_64 ` (` x86_64-w64-mingw32 ` )
19+
20+ ## Dependencies
21+
22+ The following JLL packages are required by ` LicenseSpring_jll.jl ` :
23+
24+ * ` LibCURL_jll) `
25+ * ` OpenSSL_jll) `
26+
27+ ## Products
28+
29+ The code bindings within this package are autogenerated from the following ` Products ` :
30+
31+ * ` LibraryProduct ` : ` liblicensespring `
Original file line number Diff line number Diff line change 1+ # Use baremodule to shave off a few KB from the serialized `.ji` file
2+ baremodule LicenseSpring_jll
3+ using Base
4+ using Base: UUID
5+ import JLLWrappers
6+
7+ JLLWrappers. @generate_main_file_header(" LicenseSpring" )
8+ JLLWrappers. @generate_main_file(" LicenseSpring" , UUID(" ea2c2f5b-d23d-53da-ad7e-0e62c0a9a2e9" ))
9+ end # module LicenseSpring_jll
Original file line number Diff line number Diff line change 1+ # Autogenerated wrapper script for LicenseSpring_jll for i686-w64-mingw32
2+ export liblicensespring
3+
4+ using LibCURL_jll
5+ using OpenSSL_jll
6+ JLLWrappers. @generate_wrapper_header(" LicenseSpring" )
7+ JLLWrappers. @declare_library_product(liblicensespring, " LicenseSpring.dll" )
8+ function __init__()
9+ JLLWrappers. @generate_init_header(LibCURL_jll, OpenSSL_jll)
10+ JLLWrappers. @init_library_product(
11+ liblicensespring,
12+ " bin\\ LicenseSpring.dll" ,
13+ RTLD_LAZY | RTLD_DEEPBIND,
14+ )
15+
16+ JLLWrappers. @generate_init_footer()
17+ end # __init__()
Original file line number Diff line number Diff line change 1+ # Autogenerated wrapper script for LicenseSpring_jll for x86_64-w64-mingw32
2+ export liblicensespring
3+
4+ using LibCURL_jll
5+ using OpenSSL_jll
6+ JLLWrappers. @generate_wrapper_header(" LicenseSpring" )
7+ JLLWrappers. @declare_library_product(liblicensespring, " LicenseSpring.dll" )
8+ function __init__()
9+ JLLWrappers. @generate_init_header(LibCURL_jll, OpenSSL_jll)
10+ JLLWrappers. @init_library_product(
11+ liblicensespring,
12+ " bin\\ LicenseSpring.dll" ,
13+ RTLD_LAZY | RTLD_DEEPBIND,
14+ )
15+
16+ JLLWrappers. @generate_init_footer()
17+ end # __init__()
You can’t perform that action at this time.
0 commit comments