this repo has no description

tessera-geotessera: docs and opam

Generate opam file from dune-project. All 15 tests pass across grid
math, dequantization, mosaic, and fetch_mosaic_sync.

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

+28
+28
tessera-geotessera/tessera-geotessera.opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "GeoTessera embedding tile client" 4 + description: 5 + "Fetch, dequantize, and mosaic GeoTessera embedding tiles. Parameterised over I/O for portability." 6 + license: "ISC" 7 + depends: [ 8 + "dune" {>= "3.17"} 9 + "ocaml" {>= "5.2"} 10 + "tessera-npy" {>= "0.1"} 11 + "tessera-linalg" {>= "0.1"} 12 + "alcotest" {with-test & >= "0.8"} 13 + "odoc" {with-doc} 14 + ] 15 + build: [ 16 + ["dune" "subst"] {dev} 17 + [ 18 + "dune" 19 + "build" 20 + "-p" 21 + name 22 + "-j" 23 + jobs 24 + "@install" 25 + "@runtest" {with-test} 26 + "@doc" {with-doc} 27 + ] 28 + ]