Initial commit

This commit is contained in:
2026-03-21 12:43:00 -05:00
commit 83bf16823c
438 changed files with 33617 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
[build]
type = "custom"
[build.flags]
CFLAGS += [ " -ffat-lto-objects" ]
[dependencies]
build = [
"maturin",
"rust",
"patchelf"
]
runtime = [
"libcxx",
"libunwind",
"glibc",
"python",
]
[package]
description = "Fast, correct Python JSON library supporting dataclasses and datetimes"
homepage = "https://github.com/ijl/orjson"
license = "Apache-2.0 OR MIT"
name = "python-orjson"
version = "3.11.7"
[[source]]
extract_dir = "$name-$version"
sha256 = "662ca58f2bc067ad91f88ffc8f657f2a95f61f6019ea01c00871b047020cbd18"
url = "https://github.com/ijl/orjson/archive/refs/tags/$version.tar.gz"