dune-project -> kumikode

This commit is contained in:
Swrup 2026-03-19 21:30:17 +01:00
parent 872cf1b72f
commit 630ef25c15
2 changed files with 59 additions and 49 deletions

View file

@ -1,51 +1,52 @@
(lang dune 2.8) (lang dune 3.0)
(using menhir 2.1)
(implicit_transitive_deps false)
(name geochan) (name geochan)
(using menhir 2.1)
(implicit_transitive_deps false)
(generate_opam_files true)
(authors "swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>")
(maintainers "swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>")
(license AGPL-3.0-or-later) (license AGPL-3.0-or-later)
(authors "swrup <swrup@protonmail.com>") (source
(uri git+https://forge.kumikode.org/swrup/geochan.git))
(generate_opam_files true) (homepage https://forge.kumikode.org/swrup/geochan)
(bug_reports https://forge.kumikode.org/swrup/geochan/issues)
(package (package
(name geochan) (name geochan)
(synopsis "OCaml library/executable to TODO") (synopsis "A geo-imageboard written in OCaml")
(description "geochan is an OCaml library/executable to TODO.") (description "Geochan is an open source imageboard with threads pinned to a geolocation.")
(tags (tags
(permap forum map local-knownledge ecology permaculture plant)) (imageboard forum map leaflet single-page-application functional-reactive-programming))
(depends (depends
dream
lwt
yojson
brr
leaflet
js_of_ocaml
uuidm
scfg
crunch
safepass
omd
lambdasoup
bos bos
brr
caqti caqti
caqti-driver-sqlite3 caqti-driver-sqlite3
conan conan
conan-database conan-database
crunch
data-encoding
digestif
directories directories
dream dream
dream-pure dream-pure
emile emile
fmt
fpath fpath
lambdasoup htmlit
omd js_of_ocaml
leaflet
lwt
note
safepass safepass
scfg scfg
uri uri
uuidm uuidm
yojson (alcotest :with-test)
(re :with-test)
(ocamlformat :with-dev-setup)
prelude
(ocaml (ocaml
(>= 4.08)))) (>= 5.1))))

View file

@ -1,44 +1,52 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
synopsis: "OCaml library/executable to TODO" synopsis: "A geo-imageboard written in OCaml"
description: "geochan is an OCaml library/executable to TODO." description:
authors: ["swrup <swrup@protonmail.com>"] "Geochan is an open source imageboard with threads pinned to a geolocation."
maintainer: ["swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>"]
authors: ["swrup <swrup@protonmail.com>" "pena <pena@kumikode.org>"]
license: "AGPL-3.0-or-later" license: "AGPL-3.0-or-later"
tags: [ tags: [
"permap" "forum" "map" "local-knownledge" "ecology" "permaculture" "plant" "imageboard"
] "forum"
depends: [ "map"
"dune" {>= "2.8"}
"dream"
"lwt"
"yojson"
"brr"
"leaflet" "leaflet"
"js_of_ocaml" "single-page-application"
"uuidm" "functional-reactive-programming"
"scfg" ]
"crunch" homepage: "https://forge.kumikode.org/swrup/geochan"
"safepass" bug-reports: "https://forge.kumikode.org/swrup/geochan/issues"
"omd" depends: [
"lambdasoup" "dune" {>= "3.0"}
"bos" "bos"
"brr"
"caqti" "caqti"
"caqti-driver-sqlite3" "caqti-driver-sqlite3"
"conan" "conan"
"conan-database" "conan-database"
"crunch"
"data-encoding"
"digestif"
"directories" "directories"
"dream" "dream"
"dream-pure" "dream-pure"
"emile" "emile"
"fmt"
"fpath" "fpath"
"lambdasoup" "htmlit"
"omd" "js_of_ocaml"
"leaflet"
"lwt"
"note"
"safepass" "safepass"
"scfg" "scfg"
"uri" "uri"
"uuidm" "uuidm"
"yojson" "alcotest" {with-test}
"ocaml" {>= "4.08"} "re" {with-test}
"ocamlformat" {with-dev-setup}
"prelude"
"ocaml" {>= "5.1"}
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
@ -55,3 +63,4 @@ build: [
"@doc" {with-doc} "@doc" {with-doc}
] ]
] ]
dev-repo: "git+https://forge.kumikode.org/swrup/geochan.git"