add depends
This commit is contained in:
parent
473954be07
commit
49b7a37597
126 changed files with 6991 additions and 8425 deletions
67
geochan.opam
Normal file
67
geochan.opam
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
# 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>"]
|
||||
license: "AGPL-3.0-or-later"
|
||||
tags: [
|
||||
"imageboard"
|
||||
"forum"
|
||||
"map"
|
||||
"leaflet"
|
||||
"single-page-application"
|
||||
"functional-reactive-programming"
|
||||
]
|
||||
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"
|
||||
"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/geochan.git"
|
||||
Loading…
Add table
Add a link
Reference in a new issue