this repo has no description
1opam-version: "2.0" 2synopsis: "Proc-smaps: An ocaml parser of /proc/[pid]/smaps" 3maintainer: "Hiromasa Saito <hiromasa.saito@dailambda.jp>" 4authors: "Hiromasa Saito <hiromasa.saito@dailambda.jp>" 5license: "MIT" 6homepage: "https://gitlab.com/dailambda/proc-smaps/" 7bug-reports: "https://gitlab.com/dailambda/proc-smaps/-/issues" 8depends: [ 9 "ocaml" {>= "4.8.0"} 10 "dune" {>= "2.9.0"} 11 "lwt" {>= "5.4.0"} 12 "stdint" 13 "alcotest" {with-test} 14] 15conflicts: [ 16 "result" {< "1.5"} 17] 18available: os = "linux" 19build: ["dune" "build" "-p" name "-j" jobs] 20dev-repo: "git+https://gitlab.com/dailambda/proc-smaps.git" 21url { 22 src: 23 "https://gitlab.com/dailambda/proc-smaps/-/archive/0.2.0/proc-smaps-0.2.0.tar.bz2" 24 checksum: [ 25 "md5=a1762a6b8d3799fdf1cba87edb969491" 26 "sha512=85fae795629ee0965f7e8ce48ed4e707a2d235337ef52cfabb50118046ab399de1ac0550a8b41fd9d4b274b5484af97c58854d1d0adcbb8fb07f3f89533090cf" 27 ] 28}