File: nss-passwords.opam

package info (click to toggle)
nss-passwords 0.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 168 kB
  • sloc: ml: 227; ansic: 97; makefile: 3
file content (26 lines) | stat: -rw-r--r-- 429 bytes parent folder | download
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Read passwords from a Mozilla keyring"
depends: [
  "conf-pkg-config"
  "dune" {>= "3.11"}
  "dune-configurator"
  "fileutils"
  "atdgen"
  "yojson"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]