opam-version: "2.0" synopsis: "Basic spreadsheet tool with HTML tables" maintainer: ["OCamlPro "] authors: ["OCamlPro "] license: "ISC" homepage: "https://github.com/ocamlpro/atable" bug-reports: "https://github.com/ocamlpro/atable/issues" depends: [ "ocaml" {>= "4.08"} "dune" {>= "2.7"} "flex-array" {>= "1.2"} "agrid" {>= "0.1"} "js_of_ocaml-ppx" {>= "3.9"} "js_of_ocaml-compiler" {>= "3.9"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/ocamlpro/atable.git" url { src: "https://github.com/ocamlpro/atable/archive/0.1.tar.gz" checksum: [ "sha256=d485f97e5badfc5d69eeb95c4551fce0063da837fa4417677447ea72b3d1e378" "sha512=de52e1fdf7f23033b2ca4b6c17fe74ef775c6718a5113d464ce0c2a871dc9c2b659be00150344f2c9c672c5949e6f8bd4c99aa3ddd5e974804f1289f09611e75" ] }