this repo has no description
1opam-version: "2.0"
2synopsis: "Open file depending on their extension"
3description:
4 "Command line tool to quickly open file depending on their extension."
5maintainer: ["Léo Andrès <contact@ndrs.fr>"]
6authors: ["Léo Andrès <contact@ndrs.fr>"]
7license: "ISC"
8homepage: "https://git.zapashcanon.fr/zapashcanon/so"
9doc: "https://doc.zapashcanon.fr/so/"
10bug-reports: "https://git.zapashcanon.fr/zapashcanon/so/issues"
11depends: [
12 "ocaml" {>= "4.05"}
13 "dune" {>= "2.0"}
14 "bisect_ppx" {>= "1.4" & < "2.6.0"}
15 "ocaml-xdg-basedir" {>= "0.0.3"}
16]
17build: [
18 ["dune" "subst"] {dev}
19 [
20 "dune"
21 "build"
22 "-p"
23 name
24 "-j"
25 jobs
26 "@install"
27 "@runtest" {with-test}
28 "@doc" {with-doc}
29 ]
30]
31dev-repo: "git+https://git.zapashcanon.fr/zapashcanon/so.git"
32url {
33 src: "https://fs.zapashcanon.fr/archive/so/so-0.0.1.tbz"
34 checksum: [
35 "sha256=e0b738a1c251d6104eff246d4acac6edc1a3c868f77d810ae91347ebffaa028c"
36 "sha512=0e9d3ea93a3b673589e7d2a0aa34cec613fa66bd35a01b3c3fe539eccdb555ac257795690b87ff5dcd9b79c9274f272dcc14fcf2820b287cb72a2c6c83ae848a"
37 ]
38}