From 275c5353a258c8eb418f7b6b8e13d5b8e5bcd4b1 Mon Sep 17 00:00:00 2001 From: zapashcanon Date: Sat, 19 Feb 2022 23:33:19 +0100 Subject: [PATCH] update dune project --- dune-project | 23 +++++++++++++++-------- permap.opam | 12 +++++++++--- src/dune | 16 +++++++++------- 3 files changed, 33 insertions(+), 18 deletions(-) diff --git a/dune-project b/dune-project index 61f7deb..b9e7b2a 100644 --- a/dune-project +++ b/dune-project @@ -1,25 +1,32 @@ (lang dune 2.8) +(implicit_transitive_deps false) + (name permap) -(license AGPL-3.0-or-later) +(license AGPL-3.0-or-later) -(authors "TODO") +(authors "swrup " "Léo Andrès ") -(maintainers "TODO") +(maintainers "Léo Andrès ") -;(source -; (github TODO/permap)) +(source + (uri git+https://git.zapashcanon.fr/zapashcanon/permap.git)) + +(homepage https://git.zapashcanon.fr/zapashcanon/permap) + +(bug_reports https://git.zapashcanon.fr/zapashcanon/permap/issues) + +(documentation https://doc.zapashcanon.fr/permap) (generate_opam_files true) (package (name permap) (synopsis "OCaml library/executable to TODO") - (description - "permap is an OCaml library/executable to TODO.") + (description "permap is an OCaml library/executable to TODO.") (tags - (permap TODO TODO TODO TODO)) + (permap forum map local-knownledge ecology permaculture plant)) (depends (ocaml (>= 4.08)))) diff --git a/permap.opam b/permap.opam index 8e9db54..ba168cf 100644 --- a/permap.opam +++ b/permap.opam @@ -2,10 +2,15 @@ opam-version: "2.0" synopsis: "OCaml library/executable to TODO" description: "permap is an OCaml library/executable to TODO." -maintainer: ["TODO"] -authors: ["TODO"] +maintainer: ["Léo Andrès "] +authors: ["swrup " "Léo Andrès "] license: "AGPL-3.0-or-later" -tags: ["permap" "TODO" "TODO" "TODO" "TODO"] +tags: [ + "permap" "forum" "map" "local-knownledge" "ecology" "permaculture" "plant" +] +homepage: "https://git.zapashcanon.fr/zapashcanon/permap" +doc: "https://doc.zapashcanon.fr/permap" +bug-reports: "https://git.zapashcanon.fr/zapashcanon/permap/issues" depends: [ "dune" {>= "2.8"} "ocaml" {>= "4.08"} @@ -25,3 +30,4 @@ build: [ "@doc" {with-doc} ] ] +dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/permap.git" diff --git a/src/dune b/src/dune index dcbb750..509bc85 100644 --- a/src/dune +++ b/src/dune @@ -1,33 +1,35 @@ (executable (public_name permap) (modules - bindings - newthread_page - thread_page - babillard - pp_babillard - babillard_page - db app + babillard + babillard_page + bindings content db login + newthread_page permap + pp_babillard register template + thread_page user user_profile) (libraries bos + caqti caqti.blocking caqti-driver-sqlite3 directories dream emile + fpath lambdasoup omd safepass scfg + uri uuidm yojson) (preprocess