pellest/pellest.opam

48 lines
1 KiB
Text
Raw Normal View History

2022-12-04 22:42:55 +01:00
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml library/executable to TODO"
description: "pellest is an OCaml library/executable to TODO."
2026-03-19 20:14:17 +01:00
maintainer: ["swrup@protonmail.com" "pena <pena@kumikode.org>"]
authors: ["swrup@protonmail.com" "pena <pena@kumikode.org>"]
2022-12-04 22:42:55 +01:00
tags: ["pellest" "TODO" "TODO" "TODO" "TODO"]
2026-03-19 20:14:17 +01:00
homepage: "https://forge.kumikode.org/swrup/pellest"
bug-reports: "https://forge.kumikode.org/swrup/pellest/issues"
2022-12-04 22:42:55 +01:00
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
2026-03-19 20:14:17 +01:00
"bos"
"brr"
"caqti"
"caqti-driver-sqlite3"
"directories"
"dream"
"emile"
"fpath"
"lambdasoup"
"lwt"
"lwt_ppx"
"safepass"
"scfg"
"tyxml"
"uri"
"uuidm"
2022-12-04 22:42:55 +01:00
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"--promote-install-files=false"
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "install" "-p" name "--create-install-files" name]
]
2026-03-19 20:14:17 +01:00
dev-repo: "git+https://forge.kumikode.org/swrup/pellest.git"