this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #23137 from aryx/opam-publish-syncweb.0.5.1

Package syncweb.0.5.1

authored by

Kate and committed by
GitHub
5da8477f d2f3b847

+38
+38
packages/syncweb/syncweb.0.5.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Syncweb, Literate Programming meets Unison" 3 + description: """ 4 + Syncweb is a command-line tool enabling programmers to use the 5 + literate programming[1] development methodology, using the noweb[2] 6 + tool, while still being able to modify the generated files 7 + from the literate document. syncweb provides a way to 8 + "synchronize" the possibly modified original document with its 9 + possibly modified views with an interface similar to unison[3]. In 10 + addition, syncweb synchronizes data at a fine grained level by 11 + computing and storing md5sum of the different chunks. 12 + 13 + [1] http://en.wikipedia.org/wiki/Literate_programming 14 + [2] http://www.cs.tufts.edu/~nr/noweb/ 15 + [3] http://www.seas.upenn.edu/~bcpierce/unison/ 16 + """ 17 + 18 + maintainer: "Yoann Padioleau <yoann.padioleau@gmail.com>" 19 + authors: [ "Yoann Padioleau <yoann.padioleau@gmail.com>" ] 20 + license: "GPL-2.0-only" 21 + homepage: "https://github.com/aryx/syncweb" 22 + dev-repo: "git+https://github.com/aryx/syncweb" 23 + bug-reports: "https://github.com/aryx/syncweb/issues" 24 + 25 + depends: [ 26 + "ocaml" {>= "4.12.0"} 27 + "dune" {>= "3.2.0" } 28 + "commons" {>= "1.5.5" } 29 + ] 30 + 31 + build: ["dune" "build" "-p" name "-j" jobs] 32 + url { 33 + src: "https://github.com/aryx/syncweb/archive/refs/tags/0.5.1.tar.gz" 34 + checksum: [ 35 + "md5=04226690418259ab08f787d855c7726a" 36 + "sha512=9fa7979892b1121a0bac7cfdcc45faaa8c62c8336df1a222b91530ba284ef09d52cc04409087979a148d32f0c871d66f59693f0a31d043533077590165042704" 37 + ] 38 + }