this repo has no description
0
fork

Configure Feed

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

Merge pull request #26568 from zoggy/opam-publish-chamo.4.1.0

Package chamo.4.1.0

authored by

Shon Feder and committed by
GitHub
0ea651b1 9c023e20

+55
+55
packages/chamo/chamo.4.1.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" {>= "5.2.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.2.0"} 23 + "stk_iconv" {>= "0.2.0"} 24 + "stk_ocf" {>= "0.2.0"} 25 + "tsdl" {>= "1.1.0"} 26 + "tsdl-image" {>= "0.5"} 27 + "tsdl-ttf" {>= "0.5"} 28 + "uutf" {>= "1.0.0"} 29 + "xmlm" {>= "1.4"} 30 + "xtmpl" {>= "0.19.0"} 31 + "xtmpl_ppx" {>= "0.19.0"} 32 + "odoc" {with-doc} 33 + ] 34 + build: [ 35 + ["dune" "subst"] {dev} 36 + [ 37 + "dune" 38 + "build" 39 + "-p" 40 + name 41 + "-j" 42 + jobs 43 + "@install" 44 + "@runtest" {with-test} 45 + "@doc" {with-doc} 46 + ] 47 + ] 48 + dev-repo: "git+https://framagit.org/zoggy/chamo.git" 49 + url { 50 + src: "https://framagit.org/zoggy/chamo/-/archive/4.1.0/chamo-4.1.0.tar.bz2" 51 + checksum: [ 52 + "md5=97dddda8d30ff74318f3079716a83103" 53 + "sha512=988a0d3f0b1440ac99286b087a6d8629dd79a2bf1941fc99a68567063ff1d74130402927670458ba934f3c5423d83cca5af42a81b0205c97a984659893f6c091" 54 + ] 55 + }