libpng 1.6.58.1-aarch64-linux

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata ADDED
@@ -0,0 +1,80 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: libpng
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.6.58.1
5
+ platform: aarch64-linux
6
+ authors:
7
+ - Ribose Inc.
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2026-07-25 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: ffi
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.0'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.0'
27
+ description: Ruby binding for libpng via FFI. The native libpng16 shared library is
28
+ pre-compiled for each target platform and shipped inside the gem, so no C compiler
29
+ is required at install time.
30
+ email:
31
+ - open.source@ribose.com
32
+ executables: []
33
+ extensions: []
34
+ extra_rdoc_files: []
35
+ files:
36
+ - ".github/workflows/build.yml"
37
+ - ".github/workflows/release.yml"
38
+ - ".gitignore"
39
+ - ".rspec"
40
+ - ".rubocop.yml"
41
+ - Gemfile
42
+ - LICENSE.txt
43
+ - README.adoc
44
+ - Rakefile
45
+ - bin/console
46
+ - bin/setup
47
+ - ext/extconf.rb
48
+ - lib/libpng.rb
49
+ - lib/libpng/libpng16.so
50
+ - lib/libpng/recipe.rb
51
+ - lib/libpng/version.rb
52
+ - libpng.gemspec
53
+ homepage: https://github.com/claricle/libpng-ruby
54
+ licenses:
55
+ - BSD-2-Clause
56
+ metadata:
57
+ homepage_uri: https://github.com/claricle/libpng-ruby
58
+ source_code_uri: https://github.com/claricle/libpng-ruby
59
+ changelog_uri: https://github.com/claricle/libpng-ruby/blob/main/README.adoc#versioning
60
+ rubygems_mfa_required: 'true'
61
+ post_install_message:
62
+ rdoc_options: []
63
+ require_paths:
64
+ - lib
65
+ required_ruby_version: !ruby/object:Gem::Requirement
66
+ requirements:
67
+ - - ">="
68
+ - !ruby/object:Gem::Version
69
+ version: 2.7.0
70
+ required_rubygems_version: !ruby/object:Gem::Requirement
71
+ requirements:
72
+ - - ">="
73
+ - !ruby/object:Gem::Version
74
+ version: '0'
75
+ requirements: []
76
+ rubygems_version: 3.5.22
77
+ signing_key:
78
+ specification_version: 4
79
+ summary: libpng for Ruby (pre-compiled, FFI-based).
80
+ test_files: []