-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpixi.toml
More file actions
32 lines (28 loc) · 759 Bytes
/
pixi.toml
File metadata and controls
32 lines (28 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[workspace]
authors = ["Ian Cook <ianmcook@gmail.com>"]
channels = ["conda-forge"]
name = "adbc-cobol"
platforms = ["osx-arm64", "linux-64", "win-64"]
version = "0.1.0"
[dependencies]
libadbc-driver-manager = ">=1.10.0,<2"
make = ">=4.4.1,<5"
pkg-config = ">=0.29.2,<0.30"
pre-commit = ">=4.0.0,<5"
python = ">=3.11,<4"
[target.osx-arm64.dependencies]
gnucobol = ">=3.2,<4"
c-compiler = ">=1.11.0,<2"
[target.linux-64.dependencies]
gnucobol = ">=3.2,<4"
c-compiler = ">=1.11.0,<2"
[tasks]
abi-probe = "make run-abi-probe"
build = "make"
clean = "make clean"
demo-sqlite = "make run-demo-sqlite"
demo-duckdb = "make run-demo-duckdb"
demo-snowflake = "make run-demo-snowflake"
install-pre-commit = "pre-commit install"
lint = "make lint"
test = "make test"