File tree Expand file tree Collapse file tree 2 files changed +51
-0
lines changed
conf-sysinfo/conf-sysinfo.1
mem_usage/mem_usage.0.1.2 Expand file tree Collapse file tree 2 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "https://github.com/ocaml/opam-repository/issues"
3+ homepage: "https://www.freshports.org/devel/libsysinfo/"
4+ bug-reports: "https://github.com/ocaml/opam-repository/issues"
5+ authors: "sysinfo dev team"
6+ license: "BSD-3-Clause"
7+ depexts: [
8+ ["libsysinfo"] {os = "freebsd"}
9+ ]
10+ synopsis: "Virtual package relying on sysinfo"
11+ available: [os = "freebsd"]
12+ description:
13+ "This package can only install if the sysinfo library is installed on the system."
14+ flags: conf
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "Cross-platform stats about memory usage"
4+ maintainer: ["The Savonet Team <
[email protected] >"]
5+ authors: ["Romain Beauxis <
[email protected] >"]
6+ license: "MIT"
7+ homepage: "https://github.com/savonet/ocaml-mem_usage"
8+ bug-reports: "https://github.com/savonet/ocaml-mem_usage/issues"
9+ build: [
10+ ["dune" "subst"] {dev}
11+ [
12+ "dune"
13+ "build"
14+ "-p"
15+ name
16+ "-j"
17+ jobs
18+ "@install"
19+ "@runtest" {with-test}
20+ "@doc" {with-doc}
21+ ]
22+ ]
23+ dev-repo: "git+https://github.com/savonet/ocaml-mem_usage.git"
24+ depends: [
25+ "conf-sysinfo" {os = "freebsd"}
26+ "ocaml" {>= "4.08"}
27+ "dune" {>= "2.8"}
28+ "odoc" {with-doc}
29+ ]
30+ url {
31+ src:
32+ "https://github.com/savonet/ocaml-mem_usage/archive/refs/tags/v0.1.2.tar.gz"
33+ checksum: [
34+ "md5=85d93095ef3949977486fc8d901f4e50"
35+ "sha512=870ed95c70fd554df4f861f2fb216d1475c947be160ae5564926b342ab9273e9d7b713e15a39e4f7c76a4949519b2209c545a2346a31f9f53eda58775fee6758"
36+ ]
37+ }
You can’t perform that action at this time.
0 commit comments