# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "4.0"
synopsis: "A kind of emacs-like editor, using OCaml instead of lisp"
maintainer: ["zoggy@bat8.org"]
authors: ["Zoggy <zoggy@bat8.org>"]
license: "GPL-3.0-only"
homepage: "https://zoggy.frama.io/chamo/"
doc: "https://zoggy.frama.io/chamo/doc.html"
bug-reports: "https://framagit.org/zoggy/chamo/issues"
depends: [
  "dune" {>= "3.6"}
  "ocaml" {>= "4.12.0"}
  "fmt" {>= "0.9.0"}
  "logs" {>= "0.7.0"}
  "lwt" {>= "5.4.0"}
  "lwt_ppx" {>= "2.0.2"}
  "ocf" {>= "0.8.0"}
  "ocf_ppx" {>= "0.8.0"}
  "ppx_blob" {>= "0.7.2"}
  "re" {>= "1.10.4"}
  "pcre" {>= "7.5.0"}
  "sedlex" {>= "2.3"}
  "stk" {>= "0.1.0"}
  "stk_iconv" {>= "0.1.0"}
  "tsdl" {>= "1.0.0"}
  "tsdl-image" {>= "0.5"}
  "tsdl-ttf" {>= "0.5"}
  "uutf" {>= "1.0.0"}
  "xmlm" {>= "1.4"}
  "xtmpl" {>= "0.19.0"}
  "xtmpl_ppx" {>= "0.19.0"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://framagit.org/zoggy/chamo.git"
