A repository of opam repositories, for use by oi
1opam-version: "2.0"
2synopsis: "CCSDS 122.0-B Image Data Compression"
3description:
4 "Wavelet-based image compression following the CCSDS 122.0-B standard. Supports the integer 5/3 wavelet for lossless compression and bit-plane encoding with progressive quality."
5maintainer: "Thomas Gazagnaire"
6authors: "Thomas Gazagnaire"
7tags: ["org:blacksun" "aerospace" "codec.ccsds" "compression"]
8homepage: "https://tangled.org/gazagnaire.org/ocaml-idc"
9bug-reports: "https://tangled.org/gazagnaire.org/ocaml-idc/issues"
10depends: [
11 "dune" {>= "3.21"}
12 "ocaml" {>= "5.1"}
13 "alcotest" {>= "1.0" & with-test}
14 "alcobar" {with-test}
15 "mdx" {with-test}
16 "fmt"
17 "odoc" {with-doc}
18]
19build: [
20 ["dune" "subst"] {dev}
21 [
22 "dune"
23 "build"
24 "-p"
25 name
26 "-j"
27 jobs
28 "@install"
29 "@runtest" {with-test}
30 "@doc" {with-doc}
31 ]
32]
33dev-repo: "git+https://tangled.org/gazagnaire.org/ocaml-idc"
34url {
35 src:
36 "git+https://tangled.org/gazagnaire.org/ocaml-idc#28563418296a205b4474a1ebee0d825b32a2a26f"
37}
38x-d10-archive:
39 "d757b51e506496caf7be4b68fbb1ab40045d44c5f4d3266c19a244aad5535c26"
40x-maintenance-intent: ["(latest)"]
41x-oi-source-url: "git+https://tangled.org/gazagnaire.org/ocaml-idc#main"
42x-quality-build: "2026-04-15"
43x-quality-fuzz: "2026-04-15"
44x-quality-test: "2026-04-15"