Skip to content

Commit

Permalink
[new release] fun-sql (3 packages) (0.2.2)
Browse files Browse the repository at this point in the history
CHANGES:

Please refer to release notes in tags.
  • Loading branch information
yawaramin committed Jun 16, 2024
1 parent b6de4bb commit 03478e9
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 0 deletions.
40 changes: 40 additions & 0 deletions packages/fun-postgresql/fun-postgresql.0.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "PostgreSQL query support"
description: "Use this package for running PostgreSQL queries."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-postgresql/Fun_postgresql/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"fun-sql" {= version}
"postgresql" {>= "5.0.0" & < "6.0.0"}
"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/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.2/fun-sql-0.2.2.tbz"
checksum: [
"sha256=1d36245db9a04d7f5ced3c7b6098ced1b47a89b4100b1717939deadc1169c803"
"sha512=391d191a3cfae81fb877c31c53fe834ecc71077bd300e7533a37ffa9bb6836e070d21943f3270a498ac5c62b4105de8d6a4ac514900b9d39a9444f8813be2c82"
]
}
x-commit-hash: "2635a3c80d9df461e8587f586225c002e9810eb2"
40 changes: 40 additions & 0 deletions packages/fun-sql/fun-sql.0.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "Shared code for SQL libraries"
description:
"Shared code for SQL packages, use fun-sqlite or fun-postgresql directly depending on which database you are using."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-sql/Fun_sql/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"ocaml" {>= "4.13.0"}
"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/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.2/fun-sql-0.2.2.tbz"
checksum: [
"sha256=1d36245db9a04d7f5ced3c7b6098ced1b47a89b4100b1717939deadc1169c803"
"sha512=391d191a3cfae81fb877c31c53fe834ecc71077bd300e7533a37ffa9bb6836e070d21943f3270a498ac5c62b4105de8d6a4ac514900b9d39a9444f8813be2c82"
]
}
x-commit-hash: "2635a3c80d9df461e8587f586225c002e9810eb2"
40 changes: 40 additions & 0 deletions packages/fun-sqlite/fun-sqlite.0.2.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
opam-version: "2.0"
synopsis: "SQLite query support"
description: "Use this package for running SQLite queries."
maintainer: ["Yawar Amin <[email protected]>"]
authors: ["Yawar Amin <[email protected]>"]
license: "GPL-3.0"
tags: ["org:yawaramin"]
homepage: "https://github.com/yawaramin/fun-sql"
doc: "https://yawaramin.github.io/fun-sql/fun-sqlite/Fun_sqlite/"
bug-reports: "https://github.com/yawaramin/fun-sql/issues"
depends: [
"dune" {>= "2.7"}
"fun-sql" {= version}
"sqlite3" {>= "5.1.0" & < "6.0.0"}
"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/yawaramin/fun-sql.git"
url {
src:
"https://github.com/yawaramin/fun-sql/releases/download/v0.2.2/fun-sql-0.2.2.tbz"
checksum: [
"sha256=1d36245db9a04d7f5ced3c7b6098ced1b47a89b4100b1717939deadc1169c803"
"sha512=391d191a3cfae81fb877c31c53fe834ecc71077bd300e7533a37ffa9bb6836e070d21943f3270a498ac5c62b4105de8d6a4ac514900b9d39a9444f8813be2c82"
]
}
x-commit-hash: "2635a3c80d9df461e8587f586225c002e9810eb2"

0 comments on commit 03478e9

Please sign in to comment.