this repo has no description
1opam-version: "2.0"
2synopsis: "A tool for understanding and processing pcap (packet capture) expressions"
3description: """
4Caper is a tool for understanding and processing "pcap expressions" (also known as tcpdump filters) which are used for network packet analysis.
5"""
6maintainer: "Willow Carlson-Huber <opam@w.wolo.dev>"
7authors: "https://gitlab.com/niksu/caper#contributors"
8license: "GPL-3.0-or-later"
9homepage: "https://gitlab.com/niksu/caper"
10bug-reports: "https://gitlab.com/niksu/caper/issues"
11dev-repo: "git+https://gitlab.com/niksu/caper.git"
12depends: [
13 "ocaml" {>= "4.08"}
14 "ocamlbuild"
15 "menhir"
16 "angstrom" {>= "0.14.0"}
17 "angstrom" {>= "0.16.0" & with-test}
18 "conf-m4"
19 "ocamlfind"
20]
21available: arch != "x86_32" & arch != "arm32"
22conflicts: [ "ocaml-option-bytecode-only" ]
23build: [
24 ["bash" "-c" "CAPER_WITH_ENGLISH=yes ./build.sh caper.native"]
25]
26
27url {
28 src: "https://gitlab.com/wooloo/caper/-/archive/81f6bd105429e5758bf97624fe1de1b687eb80f4/caper-81f6bd105429e5758bf97624fe1de1b687eb80f4.tar.gz"
29 checksum: "sha256=5f1d71306d76dfedf8e000b5e9c9b0631bc80b20e1385c8a114e312260955282"
30}