fmt+deps
This commit is contained in:
parent
321530d9d6
commit
e133e576bf
6 changed files with 69 additions and 46 deletions
27
pellest.opam
27
pellest.opam
|
|
@ -2,15 +2,30 @@
|
|||
opam-version: "2.0"
|
||||
synopsis: "OCaml library/executable to TODO"
|
||||
description: "pellest is an OCaml library/executable to TODO."
|
||||
maintainer: ["swrup@protonmail.com"]
|
||||
authors: ["swrup"]
|
||||
maintainer: ["swrup@protonmail.com" "pena <pena@kumikode.org>"]
|
||||
authors: ["swrup@protonmail.com" "pena <pena@kumikode.org>"]
|
||||
tags: ["pellest" "TODO" "TODO" "TODO" "TODO"]
|
||||
homepage: "TODO/pellest"
|
||||
doc: "TODO/pellest"
|
||||
bug-reports: "TODO/pellest"
|
||||
homepage: "https://forge.kumikode.org/swrup/pellest"
|
||||
bug-reports: "https://forge.kumikode.org/swrup/pellest/issues"
|
||||
depends: [
|
||||
"dune" {>= "2.9"}
|
||||
"ocaml" {>= "4.08"}
|
||||
"bos"
|
||||
"brr"
|
||||
"caqti"
|
||||
"caqti-driver-sqlite3"
|
||||
"directories"
|
||||
"dream"
|
||||
"emile"
|
||||
"fpath"
|
||||
"lambdasoup"
|
||||
"lwt"
|
||||
"lwt_ppx"
|
||||
"safepass"
|
||||
"scfg"
|
||||
"tyxml"
|
||||
"uri"
|
||||
"uuidm"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
|
@ -29,4 +44,4 @@ build: [
|
|||
]
|
||||
["dune" "install" "-p" name "--create-install-files" name]
|
||||
]
|
||||
dev-repo: "TODO/pellest"
|
||||
dev-repo: "git+https://forge.kumikode.org/swrup/pellest.git"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue