this repo has no description
1opam-version: "2.0" 2synopsis: "OCaml library for parsing ckt files into hashtables" 3maintainer: ["c. c. piapiac <_c@piapiac.org>"] 4authors: ["c. c. piapiac"] 5license: "LicenseRef-CPPL-0.3" 6homepage: "https://sr.ht/~cricket/ckt" 7bug-reports: "https://lists.sr.ht/~cricket/ockt-devel" 8depends: [ 9 "dune" {>= "2.9"} 10 "odoc" {with-doc} 11] 12dev-repo: "git+https://git.sr.ht/~cricket/ockt" 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "--promote-install-files" 23 "false" 24 "@install" 25 "@runtest" {with-test} 26 "@doc" {with-doc} 27 ] 28 ["dune" "install" "-p" name "--create-install-files" name] 29] 30url { 31 src: "https://git.sr.ht/~cricket/ockt/archive/0.0.1.tar.gz" 32 checksum: [ 33 "md5=fd957d9a2dd624125b131ed0671e9b44" 34 "sha512=cbac646146507295554984cf9e7996b67fb9795109e9300bd25f8970e27765eba0361bc5339904952d00c7fb1d82e77c7515e01c5c956f63566142d95944484c" 35 ] 36}