rename geochan

This commit is contained in:
Swrup 2025-04-15 05:59:03 +02:00
parent 55d2abefb4
commit 930c49e8d6
11 changed files with 33 additions and 61 deletions

View file

@ -1,66 +0,0 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library/executable to TODO"
description: "permap is an OCaml library/executable to TODO."
maintainer: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
authors: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
license: "AGPL-3.0-or-later"
tags: [
"imageboard"
"forum"
"map"
"leaflet"
"single-page-application"
"functional-reactive-programming"
]
homepage: "https://git.zapashcanon.fr/zapashcanon/permap"
doc: "https://doc.zapashcanon.fr/permap"
bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/issues"
depends: [
"dune" {>= "3.0"}
"bos"
"brr"
"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"
"safepass"
"scfg"
"uri"
"uuidm"
"alcotest" {with-test}
"re" {with-test}
"ocamlformat" {with-dev-setup}
"prelude"
"ocaml" {>= "5.1"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/permap.git"