update dune project
This commit is contained in:
parent
56c54cf8d1
commit
e1606006ad
3 changed files with 24 additions and 20 deletions
16
dune-project
16
dune-project
|
|
@ -1,25 +1,21 @@
|
||||||
(lang dune 2.8)
|
(lang dune 2.8)
|
||||||
|
|
||||||
|
(implicit_transitive_deps false)
|
||||||
|
|
||||||
(name permap)
|
(name permap)
|
||||||
|
|
||||||
(license AGPL-3.0-or-later)
|
(license AGPL-3.0-or-later)
|
||||||
|
|
||||||
(authors "TODO")
|
(authors "swrup <swrup@protonmail.com>")
|
||||||
|
|
||||||
(maintainers "TODO")
|
|
||||||
|
|
||||||
;(source
|
|
||||||
; (github TODO/permap))
|
|
||||||
|
|
||||||
(generate_opam_files true)
|
(generate_opam_files true)
|
||||||
|
|
||||||
(package
|
(package
|
||||||
(name permap)
|
(name permap)
|
||||||
(synopsis "OCaml library/executable to TODO")
|
(synopsis "OCaml library/executable to TODO")
|
||||||
(description
|
(description "permap is an OCaml library/executable to TODO.")
|
||||||
"permap is an OCaml library/executable to TODO.")
|
|
||||||
(tags
|
(tags
|
||||||
(permap TODO TODO TODO TODO))
|
(permap forum map local-knownledge ecology permaculture plant))
|
||||||
(depends
|
(depends
|
||||||
(ocaml
|
(ocaml
|
||||||
(>= 4.08))))
|
(>= 4.08))))
|
||||||
|
|
|
||||||
12
permap.opam
12
permap.opam
|
|
@ -2,10 +2,15 @@
|
||||||
opam-version: "2.0"
|
opam-version: "2.0"
|
||||||
synopsis: "OCaml library/executable to TODO"
|
synopsis: "OCaml library/executable to TODO"
|
||||||
description: "permap is an OCaml library/executable to TODO."
|
description: "permap is an OCaml library/executable to TODO."
|
||||||
maintainer: ["TODO"]
|
maintainer: ["Léo Andrès <contact@ndrs.fr>"]
|
||||||
authors: ["TODO"]
|
authors: ["swrup <swrup@protonmail.com>" "Léo Andrès <contact@ndrs.fr>"]
|
||||||
license: "AGPL-3.0-or-later"
|
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: [
|
depends: [
|
||||||
"dune" {>= "2.8"}
|
"dune" {>= "2.8"}
|
||||||
"ocaml" {>= "4.08"}
|
"ocaml" {>= "4.08"}
|
||||||
|
|
@ -25,3 +30,4 @@ build: [
|
||||||
"@doc" {with-doc}
|
"@doc" {with-doc}
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
|
dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/permap.git"
|
||||||
|
|
|
||||||
16
src/dune
16
src/dune
|
|
@ -1,33 +1,35 @@
|
||||||
(executable
|
(executable
|
||||||
(public_name permap)
|
(public_name permap)
|
||||||
(modules
|
(modules
|
||||||
bindings
|
|
||||||
newthread_page
|
|
||||||
thread_page
|
|
||||||
babillard
|
|
||||||
pp_babillard
|
|
||||||
babillard_page
|
|
||||||
db
|
|
||||||
app
|
app
|
||||||
|
babillard
|
||||||
|
babillard_page
|
||||||
|
bindings
|
||||||
content
|
content
|
||||||
db
|
db
|
||||||
login
|
login
|
||||||
|
newthread_page
|
||||||
permap
|
permap
|
||||||
|
pp_babillard
|
||||||
register
|
register
|
||||||
template
|
template
|
||||||
|
thread_page
|
||||||
user
|
user
|
||||||
user_profile)
|
user_profile)
|
||||||
(libraries
|
(libraries
|
||||||
bos
|
bos
|
||||||
|
caqti
|
||||||
caqti.blocking
|
caqti.blocking
|
||||||
caqti-driver-sqlite3
|
caqti-driver-sqlite3
|
||||||
directories
|
directories
|
||||||
dream
|
dream
|
||||||
emile
|
emile
|
||||||
|
fpath
|
||||||
lambdasoup
|
lambdasoup
|
||||||
omd
|
omd
|
||||||
safepass
|
safepass
|
||||||
scfg
|
scfg
|
||||||
|
uri
|
||||||
uuidm
|
uuidm
|
||||||
yojson)
|
yojson)
|
||||||
(preprocess
|
(preprocess
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue