this repo has no description
0
fork

Configure Feed

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

Merge pull request #26428 from jonsterling/opam-publish-forester.4.3.1

Package forester.4.3.1

authored by

Anil Madhavapeddy and committed by
GitHub
e89899ac 99ae8746

+53
+53
packages/forester/forester.4.3.1/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "A tool for tending mathematical forests" 3 + maintainer: "Jonathan Sterling" 4 + authors: "Jonathan Sterling" 5 + license: "GPL-3.0-or-later" 6 + homepage: "https://sr.ht/~jonsterling/forester/" 7 + bug-reports: "https://todo.sr.ht/~jonsterling/forester" 8 + depends: [ 9 + "menhir" {>= "20240715"} 10 + "ocamlgraph" {>= "2.1.0"} 11 + "ocaml" {>= "5.2.0"} 12 + "dune" {>= "3.13"} 13 + "ppx_deriving" 14 + "cmdliner" {>= "1.2.0"} 15 + "dune-build-info" 16 + "uucp" {>= "15.1.0"} 17 + "eio_main" {>= "1.1"} 18 + "ptime" {>= "1.1.0"} 19 + "asai" {>= "0.3.0"} 20 + "yuujinchou" {>= "5.2.0"} 21 + "bwd" {>= "2.3.0"} 22 + "algaeff" {>= "2.0.0"} 23 + "yojson" {>= "2.1.2"} 24 + "toml" {>= "7.1.0"} 25 + "repr" {>= "0.7.0"} 26 + "ppx_repr" {>= "0.7.0"} 27 + "uri" {>= "4.4.0"} 28 + "pure-html" {>= "3.5.0"} 29 + "base64" {>= "3.5.1"} 30 + "odoc" {with-doc} 31 + ] 32 + build: [ 33 + ["dune" "subst"] {dev} 34 + [ 35 + "dune" 36 + "build" 37 + "-p" 38 + name 39 + "-j" 40 + jobs 41 + "@install" 42 + "@runtest" {with-test} 43 + "@doc" {with-doc} 44 + ] 45 + ] 46 + dev-repo: "git+https://git.sr.ht/~jonsterling/ocaml-forester" 47 + url { 48 + src: "https://git.sr.ht/~jonsterling/ocaml-forester/archive/4.3.1.tar.gz" 49 + checksum: [ 50 + "md5=d1623b2919d2984bfcd841b5e772abd1" 51 + "sha512=5924c8822d7e5a7bc49eb2b451cfd06cb372415559bc5ff232a59395b0aa28eb9819e351426ab25510f7d96ffb85ec652fa1878478b046c61e51ff471c285710" 52 + ] 53 + }