-
Notifications
You must be signed in to change notification settings - Fork 2
/
syncweb.opam
33 lines (29 loc) · 1.15 KB
/
syncweb.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
opam-version: "2.0"
name: "syncweb"
version: "0.5.1"
synopsis: "Syncweb, Literate Programming meets Unison"
description: """
Syncweb is a command-line tool enabling programmers to use the
literate programming[1] development methodology, using the noweb[2]
tool, while still being able to modify the generated files
from the literate document. syncweb provides a way to
"synchronize" the possibly modified original document with its
possibly modified views with an interface similar to unison[3]. In
addition, syncweb synchronizes data at a fine grained level by
computing and storing md5sum of the different chunks.
[1] http://en.wikipedia.org/wiki/Literate_programming
[2] http://www.cs.tufts.edu/~nr/noweb/
[3] http://www.seas.upenn.edu/~bcpierce/unison/
"""
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"
dev-repo: "git+https://github.com/aryx/syncweb"
bug-reports: "https://github.com/aryx/syncweb/issues"
depends: [
"ocaml" {>= "4.12.0"}
"dune" {>= "3.2.0" }
"commons" {>= "1.5.5" }
]
build: ["dune" "build" "-p" name "-j" jobs]