this repo has no description
0
fork

Configure Feed

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

Merge pull request #25363 from kit-ty-kate/opam-publish-obus.1.2.5

Package obus.1.2.5

authored by

Raphaël Proust and committed by
GitHub
29643c0f 7c80f33b

+28
+28
packages/obus/obus.1.2.5/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Pure Ocaml implementation of the D-Bus protocol" 3 + maintainer: "freyrnjordrson@gmail.com" 4 + authors: "Jérémie Dimino" 5 + license: "BSD-3-Clause" 6 + homepage: "https://github.com/ocaml-community/obus" 7 + bug-reports: "https://github.com/ocaml-community/obus/issues" 8 + depends: [ 9 + "ocaml" {>= "4.07"} 10 + "dune" {>= "1.4"} 11 + "menhir" {build & >= "20180528"} 12 + "xmlm" 13 + "lwt" {>= "4.3.0"} 14 + "lwt_ppx" 15 + "lwt_log" 16 + "lwt_react" 17 + "ppxlib" {>= "0.26.0"} 18 + ] 19 + build: ["dune" "build" "-p" name "-j" jobs] 20 + dev-repo: "git+https://github.com/ocaml-community/obus.git" 21 + url { 22 + src: 23 + "https://github.com/ocaml-community/obus/releases/download/1.2.5/obus-1.2.5.tar.gz" 24 + checksum: [ 25 + "md5=81eb1034c6ef4421a2368a9b352199de" 26 + "sha512=4b540497188a7d78f4f14f94c6b7fdff47dd06436a34e650ff378dd77bb3e2acb7afd45cd72daf4ddba06e732e9944d560c2882dc37862f1b1f1bb6df37e6205" 27 + ] 28 + }