···11+opam-version: "2.0"
22+synopsis: "Syncweb, Literate Programming meets Unison"
33+description: """
44+Syncweb is a command-line tool enabling programmers to use the
55+literate programming[1] development methodology, using the noweb[2]
66+tool, while still being able to modify the generated files
77+from the literate document. syncweb provides a way to
88+"synchronize" the possibly modified original document with its
99+possibly modified views with an interface similar to unison[3]. In
1010+addition, syncweb synchronizes data at a fine grained level by
1111+computing and storing md5sum of the different chunks.
1212+1313+[1] http://en.wikipedia.org/wiki/Literate_programming
1414+[2] http://www.cs.tufts.edu/~nr/noweb/
1515+[3] http://www.seas.upenn.edu/~bcpierce/unison/
1616+"""
1717+1818+maintainer: "Yoann Padioleau <yoann.padioleau@gmail.com>"
1919+authors: [ "Yoann Padioleau <yoann.padioleau@gmail.com>" ]
2020+license: "GPL-2.0-only"
2121+homepage: "https://github.com/aryx/syncweb"
2222+dev-repo: "git+https://github.com/aryx/syncweb"
2323+bug-reports: "https://github.com/aryx/syncweb/issues"
2424+2525+depends: [
2626+ "ocaml" {>= "4.12.0"}
2727+ "dune" {>= "3.2.0" }
2828+ "commons" {>= "1.5.5" }
2929+]
3030+3131+build: ["dune" "build" "-p" name "-j" jobs]
3232+url {
3333+ src: "https://github.com/aryx/syncweb/archive/refs/tags/0.5.1.tar.gz"
3434+ checksum: [
3535+ "md5=04226690418259ab08f787d855c7726a"
3636+ "sha512=9fa7979892b1121a0bac7cfdcc45faaa8c62c8336df1a222b91530ba284ef09d52cc04409087979a148d32f0c871d66f59693f0a31d043533077590165042704"
3737+ ]
3838+}