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: [ "result" {< "1.5"} ] 16build: ["dune" "build" "-p" name "-j" jobs] 17dev-repo: "git+https://gitlab.com/dailambda/proc-smaps.git" 18url { 19 src: 20 "https://gitlab.com/dailambda/proc-smaps/-/archive/0.1.0/proc-smaps-0.1.0.tar.bz2" 21 checksum: [ 22 "md5=1688d45c2870958436373419a9619209" 23 "sha512=589ac389027be0d49298a05c21ba650a826b016e9f9d0a27debbd2bb73abfdf35a8d3a4abba562a474ac440164743cecd716eee84d946d473047125ca57883ec" 24 ] 25}