this repo has no description
1opam-version: "2.0" 2synopsis: "Basic spreadsheet tool with HTML tables" 3maintainer: ["OCamlPro <contact@ocamlpro.com>"] 4authors: ["OCamlPro <contact@ocamlpro.com>"] 5license: "ISC" 6homepage: "https://github.com/ocamlpro/atable" 7bug-reports: "https://github.com/ocamlpro/atable/issues" 8depends: [ 9 "ocaml" {>= "4.08"} 10 "dune" {>= "2.7"} 11 "flex-array" {>= "1.2"} 12 "agrid" {>= "0.1"} 13 "js_of_ocaml-ppx" {>= "3.9"} 14 "js_of_ocaml-compiler" {>= "3.9"} 15 "odoc" {with-doc} 16] 17build: [ 18 ["dune" "subst"] {dev} 19 [ 20 "dune" 21 "build" 22 "-p" 23 name 24 "-j" 25 jobs 26 "@install" 27 "@runtest" {with-test} 28 "@doc" {with-doc} 29 ] 30] 31dev-repo: "git+https://github.com/ocamlpro/atable.git" 32url { 33 src: "https://github.com/ocamlpro/atable/archive/0.1.tar.gz" 34 checksum: [ 35 "sha256=d485f97e5badfc5d69eeb95c4551fce0063da837fa4417677447ea72b3d1e378" 36 "sha512=de52e1fdf7f23033b2ca4b6c17fe74ef775c6718a5113d464ce0c2a871dc9c2b659be00150344f2c9c672c5949e6f8bd4c99aa3ddd5e974804f1289f09611e75" 37 ] 38}