this repo has no description

Update packages/tsdl/tsdl.1.0.0/opam

Co-authored-by: Haochen M. Kotoi-Xie <hx@kxc.inc>

Changed files
+6 -1
packages
tsdl
tsdl.1.0.0
+6 -1
packages/tsdl/tsdl.1.0.0/opam
···
"ctypes" {>= "0.14.0"}
"ctypes-foreign"
]
-
available: (os-distribution != "opensuse-leap" | os-version >= "16") & (os-distribution != "ubuntu" | os-version >= "20.04") & (os-distribution != "debian" | os-version > "10")
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/tsdl.git"
url {
···
"ctypes" {>= "0.14.0"}
"ctypes-foreign"
]
+
available: os-distribution != "opensuse-leap" | os-version >= "16"
+
x-ci-accept-failures: [
+
"ubuntu-18.04",
+
"debian-10",
+
"oraclelinux-8" # sys package "SDL2-devel" not available
+
]
build: ["ocaml" "pkg/pkg.ml" "build" "--dev-pkg" "%{dev}%"]
dev-repo: "git+https://erratique.ch/repos/tsdl.git"
url {