-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
26 lines (26 loc) · 766 Bytes
/
Copy pathopam
File metadata and controls
26 lines (26 loc) · 766 Bytes
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
opam-version: "2.0"
maintainer: "philippe.wang@gmail.com"
authors: ["Philippe Wang <philippe.wang@gmail.com>"]
homepage: "https://github.com/pw374/frag"
dev-repo: "git+https://github.com/pw374/frag.git"
license: "ISC"
build: [
["ocaml" "setup.ml" "-configure" "--prefix" prefix]
["ocaml" "setup.ml" "-build"]
]
depends: [
"ocaml" {< "4.06.0"}
"core" {>= "109.42.00" & < "v0.10"}
"mpp"
"ocamlfind"
"re"
"ocamlbuild" {build}
]
install: ["ocaml" "setup.ml" "-install"]
synopsis: "File fragment extraction"
description: "A tool to extract fragments from a file."
extra-files: ["frag.install" "md5=40fa7eed13e6c8896acb6461f4166356"]
url {
src: "http://pw374.github.io/distrib/frag/frag-0.1.0.tar.gz"
checksum: "md5=934aeba80b96ef75d5bd8b366e7b1a18"
}