rm scfg wip

This commit is contained in:
Swrup 2026-03-19 21:29:27 +01:00
parent 8c2c90b3c2
commit 872cf1b72f
13 changed files with 156 additions and 343 deletions

View file

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