opam-version: "2.0" version: "0" synopsis: "Handle security identfiers" maintainer: "Philipp Gesang " bug-reports: "https://gitlab.com/phgsng/ocaml-sid" homepage: "https://gitlab.com/phgsng/ocaml-sid" authors: [ "Philipp Gesang" ] license: "LGPL-3.0-only with OCaml linking exception" depends: [ "ocamlbuild" {build} "oasis" {build} "stdint" "ounit" {test} ] build: [ ["oasis" "setup"] ["ocaml" "setup.ml" "-configure" "--prefix" prefix] ["ocaml" "setup.ml" "-build"] ["ocaml" "setup.ml" "-doc"] {with-doc} ] install: [make "install"] run-test: [make "test"]