this repo has no description
0
fork

Configure Feed

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

Merge pull request #25661 from jonsterling/opam-publish-forester.4.0.0

Package forester.4.0.0

authored by

Marcello Seri and committed by
GitHub
d7b65d48 4fdd772f

+50
+50
packages/forester/forester.4.0.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "A tool for tending mathematical forests" 4 + maintainer: ["Jonathan Sterling"] 5 + authors: ["Jonathan Sterling"] 6 + license: "GPL-3.0-or-later" 7 + homepage: "https://sr.ht/~jonsterling/forester/" 8 + bug-reports: "https://todo.sr.ht/~jonsterling/forester" 9 + depends: [ 10 + "menhir" {>= "20211230"} 11 + "ocamlgraph" {>= "2.1.0"} 12 + "ocaml" {>= "5.0.0"} 13 + "dune" {>= "3.7"} 14 + "ppx_deriving" 15 + "cmdliner" {>= "1.2.0"} 16 + "dune-build-info" 17 + "uucp" {>= "15.1.0"} 18 + "eio_main" {>= "1.0"} 19 + "ptime" {>= "1.1.0"} 20 + "asai" {>= "0.2.0"} 21 + "yuujinchou" {>= "5.2.0"} 22 + "bwd" {>= "2.3.0"} 23 + "algaeff" {>= "2.0.0"} 24 + "yojson" {>= "2.1.2"} 25 + "dream-html" {>= "3.3.1"} 26 + "toml" {>= "7.1.0"} 27 + "odoc" {with-doc} 28 + ] 29 + build: [ 30 + ["dune" "subst"] {dev} 31 + [ 32 + "dune" 33 + "build" 34 + "-p" 35 + name 36 + "-j" 37 + jobs 38 + "@install" 39 + "@runtest" {with-test} 40 + "@doc" {with-doc} 41 + ] 42 + ] 43 + dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 44 + url { 45 + src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.0.0.tar.gz" 46 + checksum: [ 47 + "md5=e6fc311885219d11faae87be4918566d" 48 + "sha512=9e262f964d36404228f3f82eab803be126be247507c774ce417ce2ef652a8a0220da3e6446f971725a8080ba98c9679fd77e87956155af19c21b2925b2195e90" 49 + ] 50 + }