My aggregated monorepo of OCaml code, automaintained
at main 11 lines 437 B view raw
1(lang dune 3.17) 2(name tessera-npy) 3(generate_opam_files true) 4(license ISC) 5(package 6 (name tessera-npy) 7 (synopsis "Read and write numpy .npy files in OCaml") 8 (description "A portable OCaml library for parsing the numpy .npy binary format. Supports int8, uint8, float32, and float64 dtypes with arbitrary shapes. Uses Bigarray for zero-copy data representation.") 9 (depends 10 (ocaml (>= 5.2)) 11 (alcotest (and :with-test (>= 0.8)))))