this repo has no description
0
fork

Configure Feed

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

Merge pull request #23560 from zoggy/opam-publish-chamo.4.0

Package chamo.4.0

authored by

Kate and committed by
GitHub
055c6b85 6174322a

+54
+54
packages/chamo/chamo.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A kind of emacs-like editor, using OCaml instead of lisp" 3 + maintainer: "zoggy@bat8.org" 4 + authors: "Zoggy <zoggy@bat8.org>" 5 + license: "GPL-3.0-only" 6 + homepage: "https://zoggy.frama.io/chamo/" 7 + doc: "https://zoggy.frama.io/chamo/doc.html" 8 + bug-reports: "https://framagit.org/zoggy/chamo/issues" 9 + depends: [ 10 + "dune" {>= "3.6"} 11 + "ocaml" {>= "4.12.0"} 12 + "fmt" {>= "0.9.0"} 13 + "logs" {>= "0.7.0"} 14 + "lwt" {>= "5.4.0"} 15 + "lwt_ppx" {>= "2.0.2"} 16 + "ocf" {>= "0.8.0"} 17 + "ocf_ppx" {>= "0.8.0"} 18 + "ppx_blob" {>= "0.7.2"} 19 + "re" {>= "1.10.4"} 20 + "pcre" {>= "7.5.0"} 21 + "sedlex" {>= "2.3"} 22 + "stk" {>= "0.1.0"} 23 + "stk_iconv" {>= "0.1.0"} 24 + "tsdl" {>= "1.0.0"} 25 + "tsdl-image" {>= "0.5"} 26 + "tsdl-ttf" {>= "0.5"} 27 + "uutf" {>= "1.0.0"} 28 + "xmlm" {>= "1.4"} 29 + "xtmpl" {>= "0.19.0"} 30 + "xtmpl_ppx" {>= "0.19.0"} 31 + "odoc" {with-doc} 32 + ] 33 + build: [ 34 + ["dune" "subst"] {dev} 35 + [ 36 + "dune" 37 + "build" 38 + "-p" 39 + name 40 + "-j" 41 + jobs 42 + "@install" 43 + "@runtest" {with-test} 44 + "@doc" {with-doc} 45 + ] 46 + ] 47 + dev-repo: "git+https://framagit.org/zoggy/chamo.git" 48 + url { 49 + src: "https://framagit.org/zoggy/chamo/-/archive/4.0/chamo-4.0.tar.bz2" 50 + checksum: [ 51 + "md5=a64723762c930c626044655763042677" 52 + "sha512=f83be446a5b0f1178a2e854691973da41d8a1ada12098e9f0d65bde5301a6242a79a58dfb9b2f244a8548b01453eba4788d06b8ab62b8a04b29b9f6cedc31b54" 53 + ] 54 + }