this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

tessera-viz: docs and opam

Generate tessera-viz.opam from dune-project. All odoc documentation
is in the .mli with section headers and docstrings for every public
type and function.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+27
+27
tessera-viz/tessera-viz.opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Visualization utilities for GeoTessera embeddings" 4 + description: 5 + "Convert PCA components and classification results to RGBA pixel arrays. Portable — no platform-specific encoding." 6 + license: "ISC" 7 + depends: [ 8 + "dune" {>= "3.17"} 9 + "ocaml" {>= "5.2"} 10 + "tessera-linalg" {>= "0.1"} 11 + "alcotest" {with-test & >= "0.8"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ]