na4zagin3 / satyrographos

Package manager for SATySFi
GNU Lesser General Public License v3.0
43 stars 13 forks source link

Stop assuming OPAM command outputs in the machine readable manner #284

Open na4zagin3 opened 3 years ago

na4zagin3 commented 3 years ago

Output of OPAM command may depends on the environment variables, therefore the output may not be machine readable.

Instead, OPAM API (e.g., OpamRepositoryState.load at opam-state) should be used.