this repo has no description
1opam-version: "2.0" 2synopsis: "Handle security identfiers" 3maintainer: "Philipp Gesang <phg@phi-gamma.net>" 4authors: "Philipp Gesang" 5license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 6homepage: "https://gitlab.com/phgsng/ocaml-sid" 7bug-reports: "https://gitlab.com/phgsng/ocaml-sid" 8depends: [ 9 "ocaml" {>= "4.03.0"} 10 "ocamlbuild" {build} 11 "ocamlfind" {build} 12 "oasis" {build} 13 "stdint" 14 "cmdliner" 15 "ounit" {with-test} 16] 17build: [ 18 ["oasis" "setup"] 19 [ 20 "ocaml" 21 "setup.ml" 22 "-configure" 23 "--prefix" 24 prefix 25 "--enable-tests" {with-test} 26 ] 27 ["ocaml" "setup.ml" "-build"] 28 ["ocaml" "setup.ml" "-doc"] {with-doc} 29] 30run-test: [make "test"] 31install: [make "install"] 32dev-repo: "git+https://gitlab.com/phgsng/ocaml-sid.git" 33url { 34 src: 35 "https://gitlab.com/phgsng/ocaml-sid/-/archive/v1.1/ocaml-sid-v1.1.tar.gz" 36 checksum: [ 37 "md5=b621c94f94c43eeff4fd98ea6ed93041" 38 "sha512=a1bdfdc9de037b1e32801e24e49aa537fb27cb00fc88cfca1cdec8023c8b680d284c3eee791ad106825ad7baf83a85621319fe20dd383a99ed075fd599677231" 39 ] 40}