this repo has no description

Fill out metadata to placate OPAM linter

Changed files
+16 -4
packages
datalog
datalog.0.1
datalog.0.2
datalog.0.3
datalog.0.3.1
+4 -1
packages/datalog/datalog.0.1/opam
···
opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
+
authors: ["Simon Cruanes"]
homepage: "https://github.com/c-cube/datalog"
+
bug-reports: "https://github.com/c-cube/datalog/issues"
+
license: "BSD-2-Clause"
build: make
remove: [
["ocamlfind" "remove" "datalog"]
···
]
dev-repo: "git+https://github.com/c-cube/datalog"
install: [make "BINDIR=%{bin}%" "install"]
-
synopsis: "An in-memory datalog implementation for OCaml."
+
synopsis: "An in-memory datalog implementation for OCaml"
description: """
It focuses on big sets of rules with small relations, with frequent updates of
the relations. Therefore, it tries to achieve good behavior in presence of
+4 -1
packages/datalog/datalog.0.2/opam
···
opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
+
authors: ["Simon Cruanes"]
homepage: "https://github.com/c-cube/datalog"
+
bug-reports: "https://github.com/c-cube/datalog/issues"
+
license: "BSD-2-Clause"
build: make
remove: [
["ocamlfind" "remove" "datalog"]
···
]
dev-repo: "git+https://github.com/c-cube/datalog"
install: [make "BINDIR=%{bin}%" "install"]
-
synopsis: "An in-memory datalog implementation for OCaml."
+
synopsis: "An in-memory datalog implementation for OCaml"
description: """
It focuses on big sets of rules with small relations, with frequent updates of
the relations. Therefore, it tries to achieve good behavior in presence of
+4 -1
packages/datalog/datalog.0.3.1/opam
···
opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
+
authors: ["Simon Cruanes"]
homepage: "https://github.com/c-cube/datalog"
+
bug-reports: "https://github.com/c-cube/datalog/issues"
+
license: "BSD-2-Clause"
build: make
remove: [
["ocamlfind" "remove" "datalog"]
···
]
dev-repo: "git+https://github.com/c-cube/datalog"
install: [make "BINDIR=%{bin}%" "install"]
-
synopsis: "An in-memory datalog implementation for OCaml."
+
synopsis: "An in-memory datalog implementation for OCaml"
description: """
It focuses on big sets of rules with small relations, with frequent updates of
the relations. Therefore, it tries to achieve good behavior in presence of
+4 -1
packages/datalog/datalog.0.3/opam
···
opam-version: "2.0"
maintainer: "simon.cruanes@inria.fr"
+
authors: ["Simon Cruanes"]
homepage: "https://github.com/c-cube/datalog"
+
bug-reports: "https://github.com/c-cube/datalog/issues"
+
license: "BSD-2-Clause"
build: make
remove: [
["ocamlfind" "remove" "datalog"]
···
]
dev-repo: "git+https://github.com/c-cube/datalog"
install: [make "BINDIR=%{bin}%" "install"]
-
synopsis: "An in-memory datalog implementation for OCaml."
+
synopsis: "An in-memory datalog implementation for OCaml"
description: """
It focuses on big sets of rules with small relations, with frequent updates of
the relations. Therefore, it tries to achieve good behavior in presence of