123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- # This file is generated by dune, edit dune-project instead
- opam-version: "2.0"
- version: "0.5"
- synopsis: "Personal Social Web"
- description: """
- #Seppo empowers you to publish short texts and images and to network in the
- Social Web.
- By renting commodity webspace and putting a single file in place. Without being
- subject to terms and conditions. And without having to fret about small print
- or tech lore, but have a life."""
- maintainer: ["Marcus Rohrmoser <work@mro.name>"]
- authors: ["The #Seppo programmers"]
- license: "GPL-3.0-only"
- tags: [
- "Social"
- "Web"
- "Fediverse"
- "ActivityPub"
- "CGI"
- "RFC3875"
- "RFC4287"
- "RFC4685"
- "RFC5005"
- "RFC7033"
- "RFC7565"
- "RFC8890"
- "RFC9116"
- "XSLT"
- ]
- homepage: "Seppo.Social"
- bug-reports: "Seppo.Social/issues"
- depends: [
- "camlp-streams"
- "cohttp-lwt-unix"
- "crunch"
- "decoders-ezjsonm"
- "lambdasoup"
- "lwt_ppx"
- "markup"
- "mirage-crypto-rng" {< "1.0"}
- "optint" {>= "0.3.0"}
- "safepass"
- "sqlite3"
- "timedesc"
- "tls-lwt"
- "tyre"
- "uri"
- "uucp"
- "uuidm"
- "uunf"
- "uutf"
- "x509"
- "xmlm"
- "alcotest" {with-test}
- "cstruct-unix" {with-test}
- "decoders-ezxmlm" {with-test}
- "markup" {with-test}
- "ocaml"
- "odig" {with-doc}
- "odoc" {with-doc}
- "utop" {with-test}
- "yojson" {with-test}
- "dune" {>= "3.0"}
- "lwt_ppx"
- ]
- build: [
- [
- "dune"
- "build"
- "-p"
- name
- "-j"
- jobs
- "@install"
- "@runtest" {with-test}
- "@doc" {with-doc}
- ]
- ]
- dev-repo: "git+ssh://codeberg.org/seppo/seppo.git"
|