Skip to content

Commit

Permalink
Merge pull request #26751 from c-cube/release-datalog-v0.7
Browse files Browse the repository at this point in the history
[new release] datalog (0.7)
  • Loading branch information
shonfeder authored Oct 18, 2024
2 parents c761ea8 + fa78f59 commit 6c34aa1
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions packages/datalog/datalog.0.7/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
opam-version: "2.0"
synopsis: "An in-memory datalog implementation for OCaml"
maintainer: ["simon.cruanes.2007@m4x.org"]
authors: ["Simon Cruanes"]
license: "BSD-2-Clause"
tags: ["datalog" "relational" "query" "prolog"]
homepage: "https://github.com/c-cube/datalog"
bug-reports: "https://github.com/c-cube/datalog/issues"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "4.08"}
"odoc" {with-doc}
"mdx" {>= "1.3" & with-test}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/c-cube/datalog.git"
url {
src:
"https://github.com/c-cube/datalog/releases/download/v0.7/datalog-0.7.tbz"
checksum: [
"sha256=13ca520bddf4f0c44d1468bc89347be72ec543be58fff29469a0da24956be541"
"sha512=25d6e9cb5abe8aa1110730d884abb9e51ae78bf681b3f21709efa32359b9cbdd97d9076761c91562580c090cbce12ce159c97533ae5d9d427c24cb329e950793"
]
}
x-commit-hash: "048096974f9535d2966aee121b1227100b76d808"

0 comments on commit 6c34aa1

Please sign in to comment.