31 lines
619 B
Text
31 lines
619 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.13"}
|
|
"cohttp-lwt-unix" {>= "5.3"}
|
|
"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"
|