this repo has no description

atable.0.1: Untag non-build dependencies, remove duplicated constraints, fields and unnecessary comments

Kate fac13a83 b0639db9

Changed files
+3 -5
packages
atable
atable.0.1
+3 -5
packages/atable/atable.0.1/opam
···
-
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Basic spreadsheet tool with HTML tables"
-
description: "Basic spreadsheet tool with HTML tables."
maintainer: ["OCamlPro <contact@ocamlpro.com>"]
authors: ["OCamlPro <contact@ocamlpro.com>"]
license: "ISC"
···
bug-reports: "https://github.com/ocamlpro/atable/issues"
depends: [
"ocaml" {>= "4.08"}
-
"dune" {>= "2.7" & >= "2.7"}
+
"dune" {>= "2.7"}
"flex-array" {>= "1.2"}
"agrid" {>= "0.1"}
-
"js_of_ocaml-ppx" {build & >= "3.9"}
-
"js_of_ocaml-compiler" {build & >= "3.9"}
+
"js_of_ocaml-ppx" {>= "3.9"}
+
"js_of_ocaml-compiler" {>= "3.9"}
"odoc" {with-doc}
]
build: [