pusk/pusk.opam
2023-05-15 10:23:35 +02:00

31 lines
618 B
Text

# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Twitter bot"
description: "Send tweet peridically to avoid ban from Elon"
maintainer: ["Mylloon"]
authors: ["Mylloon"]
license: "AGPL-3.0-or-later"
tags: ["api" "twitter"]
depends: [
"ocaml"
"dune" {>= "3.7"}
"cohttp-lwt-unix" {>= "5.1"}
"dotenv" {>= "0.0"}
"twostep" {>= "1.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "https://git.mylloon.fr/Anri/pusk.git"