this repo has no description
0
fork

Configure Feed

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

Merge pull request #18705 from zoggy/opam-publish-ocamldot.1.1

Package ocamldot.1.1

authored by

Kate and committed by
GitHub
5bcf74a0 d7da2b09

+30
+30
packages/ocamldot/ocamldot.1.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Parsing and printing graphviz files in OCaml" 3 + maintainer: "Zoggy <zoggy@bat8.org>" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "LGPL-3.0-only" 6 + homepage: "https://zoggy.frama.io/ocamldot/" 7 + doc: "https://zoggy.frama.io/ocamldot/refdoc/" 8 + bug-reports: "https://framagit.org/zoggy/ocamldot/-/issues" 9 + depends: [ 10 + "ocaml" {>= "4.12.0"} 11 + "ocamlfind" {build} 12 + ] 13 + depopts: ["lablgtk3"] 14 + conflicts: [ 15 + "lablgtk3" {< "3.1.1"} 16 + ] 17 + build: [ 18 + ["./configure" "--prefix" prefix] 19 + [make "all"] 20 + ] 21 + install: [make "install"] 22 + dev-repo: "git+https://framagit.org/zoggy/ocamldot.git" 23 + url { 24 + src: 25 + "https://framagit.org/zoggy/ocamldot/-/archive/1.1/ocamldot-1.1.tar.bz2" 26 + checksum: [ 27 + "md5=c636d8e00fe1e364e825ee2d14ad1519" 28 + "sha512=3722a9c520fcfdb477165219df956142a3e5b6a499fc94fc3df12af84b1220a8bd11c1e3450dc096a6e77777cb880bc169f8195f1230a83d5777a29045eed1b0" 29 + ] 30 + }