this repo has no description
1opam-version: "2.0" 2maintainer: "SAKAMOTO Noriaki <mrty.ityt.pt@gmail.com>" 3authors: [ 4 "SAKAMOTO Noriaki <mrty.ityt.pt@gmail.com>" 5] 6homepage: "https://github.com/na4zagin3/satyrographos" 7dev-repo: "git+https://github.com/na4zagin3/satyrographos.git" 8bug-reports: "https://github.com/na4zagin3/satyrographos/issues" 9license: "LGPL-3.0-or-later" 10build: [ 11 ["dune" "subst"] {dev} 12 ["dune" "build" "-p" name "-j" jobs] 13] 14 15depends: [ 16 "ocaml" {>= "4.06.0"} 17 "core" {< "v0.13"} 18 "dune" 19 "fileutils" 20 "json-derivers" 21 "ppx_deriving" 22 "ppx_jane" {< "v0.13"} 23 "uri" {>= "2.0.0" & < "3.0.0"} 24 "yojson" 25] 26synopsis: "A package manager for SATySFi" 27description: """ 28Satyrographos is a package manager for [SATySFi]. 29 30Satyrographos is distributed under the LGPL-3.0 license. 31 32 33 [SATySFi]: https://github.com/gfngfn/SATySFi 34 [Satyrographos]: https://github.com/na4zagin3/satyrographos""" 35url { 36 src: "https://github.com/na4zagin3/satyrographos/archive/v0.0.1.7.tar.gz" 37 checksum: [ 38 "md5=425f6268e9b8ebc39faac9619a0f32b1" 39 "sha512=afcad64750e7fc5331bcf59413c229faf37807b61d9f3d904510efd2a11944e427aad83a21fbf261a53ef2f6c3ebdfa4c5cebbba93af53672e29d08d1f0ae076" 40 ] 41}