-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs_viewer.opam
49 lines (49 loc) · 936 Bytes
/
emacs_viewer.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Web viewer integration for Emacs"
description: "Web viewer integration for Emacs"
maintainer: ["gopiandcode"]
authors: ["gopiandcode"]
license: "AGPL-3.0-or-later"
tags: ["emacs" "web" "view"]
homepage: "https://codeberg.org/gopiandcode/emacs-viewer"
bug-reports: "https://codeberg.org/gopiandcode/emacs-viewer/issues"
depends: [
"ocaml"
"dune" {>= "3.4"}
"core"
"re"
"sexplib"
"dream"
"cmdliner"
"decoders"
"decoders-sexplib"
"bonsai"
"fuzzy_match"
"timezone"
"async_js"
"ppx_here"
"ppx_compare"
"ppx_let"
"ppx_sexp_conv"
"ppx_fields_conv"
"ppx_deriving"
"ppx_blob"
"bos"
"odoc" {with-doc}
]
depopts: ["inotify" "core_unix" "ptime"]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]