File: rockspec

package info (click to toggle)
sputnik 12.06.27-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,900 kB
  • sloc: javascript: 6,955; sh: 762; python: 94; makefile: 42
file content (24 lines) | stat: -rw-r--r-- 544 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
package = "Versium"
version = "8.06.15-0"
source = {
   url = "http://sputnik.freewisdom.org/files/diff-8.06.15.tar.gz",
}
description = {
   summary    = "Diff functions",
   detailed   = [===[     This module provides a small collection of functions for diffing text.
]===],
   license    =  "MIT/X11",
   homepage   = "http://sputnik.freewisdom.org/lib/diff/",
   maintainer = "Yuri Takhteyev (yuri@freewisdom.org)",
}
dependencies = {
}
build = {
  type = "none",
  install = {
     lua = {        ["diff"] = "lua/diff.lua",

     }
  }
}