this repo has no description

+ sqlgg 20231201 (#24884)

* + sqlgg 20231201

* Update packages/sqlgg/sqlgg.20231201/opam

Co-authored-by: Haochen M. Kotoi-Xie <hx@kxc.inc>

* Update packages/sqlgg/sqlgg.20231201/opam

* Update packages/sqlgg/sqlgg.20231201/opam

* Update packages/sqlgg/sqlgg.20231201/opam

* Update packages/sqlgg/sqlgg.20231201/opam

* Update opam

* Update packages/sqlgg/sqlgg.20231201/opam

Co-authored-by: Shon Feder <shon.feder@gmail.com>

* Update packages/sqlgg/sqlgg.20231201/opam

---------

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>
Co-authored-by: Haochen M. Kotoi-Xie <hx@kxc.inc>
Co-authored-by: Shon Feder <shon.feder@gmail.com>

ygrek a5f92bfa e14aa3bc

Changed files
+44
packages
sqlgg
sqlgg.20231201
+44
packages/sqlgg/sqlgg.20231201/opam
···
+
opam-version: "2.0"
+
maintainer: "ygrek@autistici.org"
+
authors: ["ygrek"]
+
homepage: "https://ygrek.org/p/sqlgg/"
+
dev-repo: "git+https://github.com/ygrek/sqlgg.git"
+
bug-reports: "https://github.com/ygrek/sqlgg/issues"
+
license: "GPL-2.0-only"
+
tags: [ "org:ygrek" ]
+
build: [
+
["dune" "subst"] {dev}
+
["dune" "build" "-p" name "-j" jobs "@install" "@doc" {with-doc}]
+
]
+
depends: [
+
"ocaml" {>= "4.03.0"}
+
"dune" {>= "2.0"}
+
"menhir" {>= "20180523"}
+
"mybuild" {> "3"}
+
"ppx_deriving" {>= "4.3"}
+
("extlib" {>= "1.7.8"} | "extlib-compat" {>= "1.7.8"})
+
"base-unix"
+
"odoc" {with-doc}
+
"ounit"
+
]
+
depopts: [
+
"mariadb"
+
"mysql"
+
"sqlite3"
+
]
+
synopsis: "SQL Guided (code) Generator"
+
description: """
+
sqlgg is an SQL query parser and binding code generator for C#, C++, Java, OCaml.
+
It starts off with SQL schema and queries, and generates code (or XML, allowing
+
further code generation for various purposes). Generated code only defines a mapping
+
of output columns and query parameters to the host language, trying to be as unobtrusive
+
as possible and leaving the choice of SQL database (and API to access it) to the developer."""
+
url {
+
src: "https://ygrek.org/p/release/sqlgg/sqlgg-20231201.tar.gz"
+
checksum: [
+
"md5=0841965b140612b9b1fb066cc21f88cb"
+
"sha256=7fbee5972b8fa0488bf31bb482101c93c328f67ceef3e95af165d554736d78fe"
+
"sha512=5d14e03e02f62c72c57cc574fd9f637e99118556a739af16d71e8813a8cbd8c330e48d69b9577ef2e9d0227aee9d85664cb4907f479927b7431e0475d954fa1a"
+
]
+
mirrors: "https://github.com/ygrek/sqlgg/releases/download/20231201/sqlgg-20231201.tar.gz"
+
}