opam-version: "2.0" synopsis: "Proc-smaps: An ocaml parser of /proc/[pid]/smaps" maintainer: "Hiromasa Saito " authors: "Hiromasa Saito " license: "MIT" homepage: "https://gitlab.com/dailambda/proc-smaps/" bug-reports: "https://gitlab.com/dailambda/proc-smaps/-/issues" depends: [ "ocaml" {>= "4.8.0"} "dune" {>= "2.9.0"} "lwt" {>= "5.4.0"} "stdint" "alcotest" {with-test} ] conflicts: [ "result" {< "1.5"} ] build: ["dune" "build" "-p" name "-j" jobs] dev-repo: "git+https://gitlab.com/dailambda/proc-smaps.git" url { src: "https://gitlab.com/dailambda/proc-smaps/-/archive/0.1.0/proc-smaps-0.1.0.tar.bz2" checksum: [ "md5=1688d45c2870958436373419a9619209" "sha512=589ac389027be0d49298a05c21ba650a826b016e9f9d0a27debbd2bb73abfdf35a8d3a4abba562a474ac440164743cecd716eee84d946d473047125ca57883ec" ] }