--
You received this message because you are subscribed to the Google Groups "ats-lang-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ats-lang-users+unsubscribe@googlegroups.com.
To post to this group, send email to ats-lang-users@googlegroups.com.
Visit this group at https://groups.google.com/group/ats-lang-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/ats-lang-users/a223cc3c-35c0-45a8-b8fe-cb77b12b00b3%40googlegroups.com.
In each package, there should be a mydep.hats file containing all the externalI am also experimenting, When the dust settles, I will write a short article on this.For npm, you can use:export PATSHOMELOCS=./node_modules:./../../node_modulespackages used by that package. When staloading these external pakcages in mydep.hats,
please use PATSHOMELOCS. For instance,staload CS = "$PATSHOMELOCS/atscntrb-hx-cstream/SATS/cstream.sats"In this way, the way in which ATS searches for packages is in alignment with the way npm installspackages (based on their version numbers).