summaryrefslogtreecommitdiff
path: root/src/ocaml/vyos-1x.opam
blob: 9da287652870df30d4d452a4560128d04b56a7e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
opam-version: "2.0"
name: "vyos-1x"
version: "0.0.4"
synopsis: "VyOS utils"
description: """
A collection of validators and completion helpers.
"""
maintainer: "Daniil Baturin <daniil@baturin.org>"
authors: "VyOS maintainers and contributors <maintainers@vyos.net>"
license: "MIT"
homepage: "https://github.com/vyos/vyos-1x"
bug-reports: "https://vyos.dev"
dev-repo: "git+https://github.com/vyos/vyos-1x/"
build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name]
]
depends: [
  "ocamlfind" {build}
  "dune" {build & >= "2.0"}
]