-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsyncweb.opam
More file actions
69 lines (69 loc) · 1.39 KB
/
syncweb.opam
File metadata and controls
69 lines (69 loc) · 1.39 KB
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Syncweb, Literate Programming meets Unison"
description: """
Syncweb is a command-line tool enabling programmers to use the
literate programming development methodology, using the noweb
tool, while still being able to modify the generated files
from the literate document.
"""
maintainer: ["Yoann Padioleau <yoann.padioleau@gmail.com>"]
authors: ["Yoann Padioleau <yoann.padioleau@gmail.com>"]
license: "GPL-2.0-only"
homepage: "https://github.com/aryx/syncweb"
bug-reports: "https://github.com/aryx/syncweb/issues"
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "2.7" & >= "3.7"}
"logs"
"fpath"
"ppx_deriving"
"ANSITerminal"
"alcotest"
"alcotest-lwt"
"atdgen"
"bos"
"cmdliner" {>= "1.3.0" & < "2.0.0"}
"digestif"
"fmt"
"git"
"lwt"
"lwt_ppx"
"memtrace"
"ocolor"
"pcre"
"pcre2"
"ppx_deriving_yojson"
"ppx_hash"
"ppx_inline_test"
"ppx_sexp_conv"
"ppxlib"
"re"
"semver"
"sexplib"
"testo"
"timedesc"
"trace"
"opentelemetry" {< "0.11"}
"opentelemetry-client-ocurl" {< "0.11"}
"ambient-context-lwt"
"uri"
"uuidm"
"yojson"
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/aryx/syncweb.git"