this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Apply suggestions from code review

Co-authored-by: Marcello Seri <mseri@users.noreply.github.com>

authored by

Lee Koon Wen
Marcello Seri
and committed by
GitHub
a1b9ebe7 c926b0e6

+2 -55
+1 -28
packages/conf-bpftool/conf-bpftool.0.1.0/opam
··· 6 6 homepage: "https://github.com/koonwen/ocaml-libbpf" 7 7 doc: "https://koonwen.github.io/ocaml-libbpf" 8 8 bug-reports: "https://github.com/koonwen/ocaml-libbpf/issues" 9 - depends: [ 10 - "dune" {>= "3.13"} 11 - "odoc" {with-doc} 12 - ] 13 - build: [ 14 - ["dune" "subst"] {dev} 15 - [ 16 - "dune" 17 - "build" 18 - "-p" 19 - name 20 - "-j" 21 - jobs 22 - "@install" 23 - "@runtest" {with-test} 24 - "@doc" {with-doc} 25 - ] 26 - ] 27 - dev-repo: "git+https://github.com/koonwen/ocaml-libbpf.git" 28 9 available: [ os = "linux" ] 29 - 30 10 depexts: [ 31 11 [ "linux-tools-common" ] {os-distribution = "ubuntu"} 32 12 [ "bpftool" ] {os-distribution = "debian"} 33 13 [ "bpftool" ] {os-distribution = "fedora"} 34 14 ] 35 - url { 36 - src: 37 - "https://github.com/koonwen/ocaml-libbpf/releases/download/v0.1.0/libbpf-0.1.0.tbz" 38 - checksum: [ 39 - "sha256=c0b543a2628f4c27d2eaaefb1b8c0cc81ef56a2437de44e540770a9a689ab1fe" 40 - "sha512=1ff0b508123c131df16cf53ca43681a9d5b2120ffbb7409e264be11ca37ae74057acc7121d9811fb8eeb5ab224a71d11af50498e28fe367d6a21d29011a937e5" 41 - ] 42 - } 15 + flags: conf 43 16 x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"
+1 -27
packages/conf-libbpf/conf-libbpf.0.1.0/opam
··· 6 6 homepage: "https://github.com/koonwen/ocaml-libbpf" 7 7 doc: "https://koonwen.github.io/ocaml-libbpf" 8 8 bug-reports: "https://github.com/koonwen/ocaml-libbpf/issues" 9 - depends: [ 10 - "dune" {>= "3.13"} 11 - "odoc" {with-doc} 12 - ] 13 - build: [ 14 - ["dune" "subst"] {dev} 15 - [ 16 - "dune" 17 - "build" 18 - "-p" 19 - name 20 - "-j" 21 - jobs 22 - "@install" 23 - "@runtest" {with-test} 24 - "@doc" {with-doc} 25 - ] 26 - ] 27 - dev-repo: "git+https://github.com/koonwen/ocaml-libbpf.git" 28 9 available: [ os = "linux" ] 29 10 30 11 depexts: [ ··· 32 13 ["libbpf-dev"] { os-distribution = "debian" & os-version >= "9.0" } 33 14 ["libbpf-devel"] { os-distribution = "fedora" & os-version >= "38" } 34 15 ] 35 - url { 36 - src: 37 - "https://github.com/koonwen/ocaml-libbpf/releases/download/v0.1.0/libbpf-0.1.0.tbz" 38 - checksum: [ 39 - "sha256=c0b543a2628f4c27d2eaaefb1b8c0cc81ef56a2437de44e540770a9a689ab1fe" 40 - "sha512=1ff0b508123c131df16cf53ca43681a9d5b2120ffbb7409e264be11ca37ae74057acc7121d9811fb8eeb5ab224a71d11af50498e28fe367d6a21d29011a937e5" 41 - ] 42 - } 16 + flags: conf 43 17 x-commit-hash: "c7ac4c7ff9f2aa23c374a619990c0bdd78976102"