package dune

  1. Overview
  2. Docs
Fast, portable, and opinionated build system

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.15.2.tbz
sha256=f959980542ca85909b3f3f8e9be65c2b8a375f3a4e3bd83c7ad7a07f2e077933
sha512=d752b8c09130cf3d564b3a524e3148783b581daa3f9a61d0f52bf4d6995ef73258e71877dbfd8b7516f9a4bac5ad973e80f4fed596df9446e704acc724aac55e

Description

Dune is a build system that was designed to simplify the release of Jane Street packages. It reads metadata from "dune" files following a very simple s-expression syntax.

Dune is fast, has very low-overhead, and supports parallel builds on all platforms. It has no system dependencies; all you need to build dune or packages using dune is OCaml. You don't need make or bash as long as the packages themselves don't use bash explicitly.

Dune is composable; supporting multi-package development by simply dropping multiple repositories into the same directory.

Dune also supports multi-context builds, such as building against several opam roots/switches simultaneously. This helps maintaining packages across several versions of OCaml and gives cross-compilation for free.

Published: 30 Apr 2024

README

README.md

A Composable Build System for OCaml

Dune is a build system for OCaml. It provides a consistent experience and takes care of the low-level details of OCaml compilation. You need only to provide a description of your project, and Dune will do the rest.

Dune implements a scheme that's inspired from the one used inside Jane Street and adapted to the open source world. It has matured over a long time and is used daily by hundreds of developers, meaning it's highly tested and productive.

Dune comes with a manual. If you want to get started without reading too much, look at the quick start guide or watch this introduction video.

The example directory contains examples of projects using Dune.

How does it work?

Dune reads project metadata from dune files, which are static files with a simple S-expression syntax. It uses this information to setup build rules, generate configuration files for development tools such as Merlin, handle installation, etc.

Dune itself is fast, has very little overhead, and supports parallel builds on all platforms. It has no system dependencies. OCaml is all you need to build Dune and packages using Dune.

In particular, one can install OCaml on Windows with a binary installer and then use only the Windows Console to build Dune and packages using Dune.

Strengths

Composable

Dune is composable, meaning that multiple Dune projects can be arranged together, leading to a single build that Dune knows how to execute. This allows for monorepos of projects.

Dune makes simultaneous development on multiple packages a trivial task.

Gracefully Handles Multi-Package Repositories

Dune knows how to handle repositories containing several packages. When building via opam, it is able to correctly use libraries that were previously installed, even if they are already present in the source tree.

The magic invocation is:

$ dune build --only-packages <package-name> @install

Build Against Several Configurations at Once

Dune can build a given source code repository against several configurations simultaneously. This helps maintaining packages across several versions of OCaml, as you can test them all at once without hassle.

In particular, this makes it easy to handle cross-compilation. This feature requires opam.

Installation

Requirements

Dune requires OCaml version 4.08.0 to build itself and can build OCaml projects using OCaml 4.02.3 or greater.

Installation

We recommended installing Dune via the opam package manager:

$ opam install dune

If you are new to opam, make sure to run eval $(opam config env) to make dune available in your PATH. The dune binary is self-contained and relocatable, so you can safely copy it somewhere else to make it permanently available.

You can also build it manually with:

$ make release
$ make install

If you do not have make, you can do the following:

$ ocaml boot/bootstrap.ml
$ ./dune.exe build -p dune --profile dune-bootstrap
$ ./dune.exe install dune

The first command builds the dune.exe binary. The second builds the additional files installed by Dune, such as the man pages, and the last simply installs all of that on the system.

Please note: unless you ran the optional ./configure script, you can simply copy dune.exe anywhere and it will just work. dune is fully relocatable and discovers its environment at runtime rather than hard-coding it at compilation time.

Support

If you have questions or issues about Dune, you can ask in our GitHub discussions page or open a ticket on GitHub.

Dependencies (5)

  1. base-threads
  2. base-unix
  3. ocamlfind-secondary
  4. ocaml >= "4.02" & < "4.08~~"
  5. ocaml >= "4.08"

Dev Dependencies

None

  1. 0install >= "2.15.1"
  2. 0install-gtk
  3. 0install-solver
  4. ANSITerminal >= "0.8.1"
  5. abella >= "2.0.8"
  6. absolute
  7. abstract_algebra
  8. accessor
  9. accessor_async
  10. accessor_base
  11. accessor_core
  12. acgtk >= "1.4.0"
  13. aches
  14. aches-lwt
  15. acp4
  16. acpc >= "2.0.0"
  17. adobe_font_metrics
  18. advi
  19. afl-persistent >= "1.4"
  20. agrid
  21. ahrocksdb
  22. aifad >= "2.2.1"
  23. alba >= "0.4.1"
  24. albatross
  25. alcotest >= "0.8.5"
  26. alcotest-async >= "0.8.5"
  27. alcotest-js
  28. alcotest-lwt >= "0.8.5"
  29. alcotest-mirage
  30. alg_structs
  31. alg_structs_qcheck
  32. algaeff
  33. alonzo
  34. alsa >= "0.3.0"
  35. alt-ergo >= "2.3.0"
  36. alt-ergo-free >= "2.3.3.dune3"
  37. alt-ergo-lib >= "2.4.2"
  38. alt-ergo-lib-free >= "2.3.3.dune3"
  39. alt-ergo-parsers
  40. alt-ergo-parsers-free
  41. alt-ergo-plugin-ab-why3
  42. altgr-ergo >= "2.3.0"
  43. ambient-context
  44. ambient-context-eio
  45. ambient-context-lwt
  46. amf >= "0.1.2"
  47. amqp-client >= "2.0.3"
  48. amqp-client-async >= "2.0.3"
  49. amqp-client-lwt >= "2.0.3"
  50. anders
  51. angstrom >= "0.11.1"
  52. angstrom-async >= "0.11.1"
  53. angstrom-lwt-unix >= "0.11.1"
  54. angstrom-unix >= "0.11.1"
  55. ansi
  56. ansi-parse >= "0.4.0"
  57. anthill
  58. antic != "0.3.1"
  59. ao >= "0.2.2"
  60. apronext
  61. arb != "0.3.1"
  62. archetype < "1.0.0" | >= "1.2.1"
  63. archi
  64. archi-async
  65. archi-lwt
  66. arg-complete
  67. argon2 >= "1.0.0"
  68. argsh
  69. arp >= "1.0.0"
  70. arp-mirage
  71. arrakis
  72. arrayjit
  73. art
  74. asai
  75. asak
  76. ask
  77. ask-integrator
  78. asli >= "0.2.0"
  79. asn1-combinators >= "0.2.2"
  80. ast_generic
  81. async >= "v0.12.0"
  82. async-uri
  83. async_durable >= "v0.12.0"
  84. async_extra >= "v0.12.0"
  85. async_find >= "v0.12.0"
  86. async_graphics >= "0.7.0"
  87. async_inotify >= "v0.12.0"
  88. async_interactive >= "v0.12.0"
  89. async_js >= "v0.12.0"
  90. async_kernel >= "v0.12.0"
  91. async_log
  92. async_rpc_kernel >= "v0.12.0"
  93. async_rpc_websocket
  94. async_sendfile >= "v0.12.0"
  95. async_shell >= "v0.12.0"
  96. async_smtp >= "v0.12.0"
  97. async_ssl >= "v0.12.0"
  98. async_udp
  99. async_unix >= "v0.12.0"
  100. async_websocket
  101. atable
  102. atacama
  103. atd >= "2.2.1"
  104. atdd
  105. atdgen >= "2.2.1"
  106. atdgen-codec-runtime
  107. atdgen-runtime >= "2.2.1"
  108. atdj >= "2.2.1" & < "20151001.01"
  109. atdpy
  110. atds
  111. atdts
  112. atomic < "base"
  113. autofonce
  114. autofonce_config
  115. autofonce_core
  116. autofonce_lib
  117. autofonce_m4
  118. autofonce_misc
  119. autofonce_patch
  120. autofonce_share
  121. avro
  122. avro-compiler
  123. awa
  124. awa-lwt
  125. awa-mirage
  126. aws >= "1.2"
  127. aws-async
  128. aws-autoscaling >= "1.2"
  129. aws-cloudformation >= "1.2"
  130. aws-cloudtrail >= "1.2"
  131. aws-cloudwatch
  132. aws-config
  133. aws-ec2 >= "1.2"
  134. aws-elasticache
  135. aws-elasticloadbalancing >= "1.2"
  136. aws-lwt
  137. aws-rds
  138. aws-route53
  139. aws-s3 >= "4.0.0"
  140. aws-s3-async >= "4.0.0"
  141. aws-s3-lwt >= "4.0.0"
  142. aws-sdb >= "1.2"
  143. aws-sqs
  144. aws-ssm >= "1.2"
  145. aws-sts >= "1.2"
  146. awsm
  147. awsm-async
  148. awsm-codegen
  149. awsm-lwt
  150. azblob
  151. azblob-async
  152. azure-cosmos-db
  153. babel
  154. backoff
  155. bag
  156. bam
  157. bam-ppx
  158. bare_encoding
  159. bark
  160. base >= "v0.12.0"
  161. base32
  162. base64 >= "2.3.0"
  163. base_bigstring
  164. base_quickcheck >= "v0.12.1"
  165. base_trie
  166. bastet
  167. bastet_async
  168. bastet_lwt
  169. batch_jaro_winkler
  170. batsat
  171. batteries >= "3.7.1"
  172. bddrand
  173. bech32
  174. bechamel
  175. bechamel-js
  176. bechamel-notty
  177. bechamel-perf
  178. beluga >= "1.0"
  179. benchmark >= "1.6"
  180. benchpress
  181. benchpress-server
  182. bencode >= "2.0"
  183. bentov
  184. bestline
  185. bheap >= "2.0.0"
  186. bidirectional_map
  187. bigarray-compat
  188. bigarray-overlap
  189. bigdecimal
  190. bignum >= "v0.12.0"
  191. bigstring >= "0.3"
  192. bigstring-unix >= "0.3"
  193. bigstringaf >= "0.5.0"
  194. bimage
  195. bimage-display
  196. bimage-gtk
  197. bimage-io
  198. bimage-lwt
  199. bimage-sdl
  200. bimage-unix
  201. bimap
  202. bin_prot >= "v0.12.0"
  203. bin_tree
  204. binaryen != "0.3.0" & < "0.14.0" | >= "0.17.1"
  205. binaryen_dsl
  206. bindlib >= "6.0.0"
  207. biniou >= "1.2.1"
  208. binning
  209. binsec >= "0.4.0"
  210. bio_io
  211. biocaml >= "0.9.0"
  212. biotk
  213. bisect_ppx >= "1.4.0"
  214. bistro >= "0.5.0"
  215. bistro-bio
  216. bitcoin >= "3.0"
  217. bitcoin-cohttp-async
  218. bitcoin-cohttp-lwt
  219. bitcoin-ocurl
  220. bitcoinml >= "0.4.1"
  221. bitgenerators
  222. bitlib
  223. bitmasks >= "1.2.0"
  224. bitpack_serializer
  225. bitstring >= "3.1.1"
  226. bitv >= "1.4"
  227. bitwuzla
  228. bitwuzla-bin < "1.0.0"
  229. bitwuzla-c
  230. bitwuzla-cxx
  231. bjack >= "0.1.6"
  232. blake3
  233. bloomf
  234. bls12-381 < "18.0" | >= "19.0"
  235. bls12-381-gen
  236. bls12-381-hash
  237. bls12-381-js
  238. bls12-381-js-gen
  239. bls12-381-legacy
  240. bls12-381-signature
  241. bls12-381-unix
  242. blurhash
  243. bnfgen
  244. bogue
  245. bogue-tutorials
  246. boltzgen
  247. bonsai
  248. boulangerie
  249. box
  250. brr-lwd
  251. bson2
  252. bst >= "7.0.1"
  253. buffer-pool
  254. build_path_prefix_map >= "0.3"
  255. builder
  256. builder-web
  257. bun >= "0.3.4"
  258. bwd
  259. bwrap
  260. bytearray >= "1.0.1"
  261. bytebuffer
  262. bytepdf
  263. bytestring
  264. bz2
  265. ca-certs
  266. ca-certs-nss
  267. cactus
  268. cairn
  269. cairo2 >= "0.6"
  270. cairo2-gtk
  271. cairo2-pango
  272. caisar
  273. caisar-ir
  274. caisar-nnet
  275. caisar-onnx
  276. caisar-ovo
  277. caisar-xgboost
  278. calcium != "0.3.1"
  279. calculon >= "0.4"
  280. calculon-redis
  281. calculon-redis-lib
  282. calculon-web >= "0.4"
  283. caldav
  284. calendar >= "3.0.0"
  285. calendars
  286. calipso
  287. calli
  288. callipyge >= "0.2"
  289. camelot
  290. camels
  291. camelsnakekebab
  292. camlimages >= "5.0.2"
  293. camlix
  294. camlkit
  295. camlkit-base
  296. camlkit-gui
  297. camlon >= "3.1.0"
  298. camlp-streams
  299. camlrack
  300. camltc >= "0.9.8"
  301. camomile >= "1.0.2"
  302. camyll
  303. canary
  304. capitalization
  305. capnp >= "3.5.0"
  306. capnp-rpc >= "0.3.2"
  307. capnp-rpc-lwt >= "0.3.2"
  308. capnp-rpc-mirage >= "0.3.2"
  309. capnp-rpc-net
  310. capnp-rpc-unix >= "0.3.2"
  311. caqti >= "1.0.0"
  312. caqti-async >= "1.0.0"
  313. caqti-driver-mariadb >= "1.0.0"
  314. caqti-driver-pgx
  315. caqti-driver-postgresql >= "1.0.0"
  316. caqti-driver-sqlite3 >= "1.0.0"
  317. caqti-dynload >= "1.0.0"
  318. caqti-eio
  319. caqti-lwt >= "1.0.0"
  320. caqti-mirage
  321. caqti-tls
  322. caqti-type-calendar >= "1.0.0"
  323. carbon
  324. carray
  325. carton
  326. carton-git
  327. carton-lwt
  328. castore
  329. catala
  330. catapult
  331. catapult-client
  332. catapult-daemon
  333. catapult-file
  334. catapult-sqlite
  335. cb-check
  336. cbor >= "0.3"
  337. cborl
  338. ccbg
  339. cconv >= "0.5"
  340. cconv-ppx
  341. cdrom >= "0.9.4"
  342. certify >= "0.3.0"
  343. cf
  344. cf-lwt
  345. cfg >= "2.2.0"
  346. cfml
  347. cfstream >= "1.3.1"
  348. chacha
  349. chamelon-unix
  350. chamo >= "4.0"
  351. charInfo_width
  352. charrua
  353. charrua-client >= "0.11.2"
  354. charrua-client-lwt >= "0.11.2"
  355. charrua-client-mirage >= "0.11.2"
  356. charrua-core >= "0.11.2"
  357. charrua-server
  358. charrua-unix >= "0.11.2"
  359. charset
  360. chartjs
  361. chartjs-annotation
  362. chartjs-colorschemes
  363. chartjs-datalabels
  364. chartjs-streaming
  365. chase
  366. checked_oint
  367. checkseum = "0.0.3" | >= "0.2.1"
  368. choice >= "0.4"
  369. chrome-trace
  370. cid
  371. cinaps >= "v0.12.0"
  372. clangml >= "4.0.0"
  373. clangml-transforms >= "0.24"
  374. clap >= "0.2.0"
  375. clarity >= "0.4.0"
  376. clarity-lang
  377. class_group_vdf
  378. clim
  379. clim-ppx
  380. cll
  381. clp_operations
  382. clz
  383. cmarker
  384. cmdliner-stdlib
  385. cmon
  386. coap
  387. coap-core
  388. coap-server-lwt
  389. codept >= "0.10.3" & != "0.11.1"
  390. codicons
  391. cohttp >= "1.1.1"
  392. cohttp-async >= "1.1.1"
  393. cohttp-curl
  394. cohttp-curl-async
  395. cohttp-curl-lwt
  396. cohttp-eio
  397. cohttp-lwt >= "1.1.1"
  398. cohttp-lwt-jsoo >= "1.1.1"
  399. cohttp-lwt-unix >= "1.1.1"
  400. cohttp-lwt-unix-nossl
  401. cohttp-lwt-unix-ssl
  402. cohttp-mirage >= "1.1.1"
  403. cohttp-server-lwt-unix
  404. cohttp-top >= "1.1.1"
  405. cohttp_async_websocket
  406. cohttp_static_handler
  407. coin >= "0.1.1"
  408. colibri2
  409. colombe
  410. color >= "0.2.0"
  411. color-brewery
  412. colors
  413. combic
  414. combinaml
  415. combinat
  416. comby >= "1.4.0"
  417. comby-kernel
  418. comby-semantic
  419. command_rpc >= "v0.12.0"
  420. conan
  421. conan-cli
  422. conan-database
  423. conan-lwt
  424. conan-unix
  425. conduit >= "1.3.0"
  426. conduit-async >= "1.3.0"
  427. conduit-async-ssl
  428. conduit-async-tls
  429. conduit-lwt >= "1.3.0"
  430. conduit-lwt-ssl
  431. conduit-lwt-tls
  432. conduit-lwt-unix >= "1.3.0"
  433. conduit-mirage
  434. conduit-tls
  435. conex >= "0.10.0"
  436. conex-mirage-crypto
  437. conex-nocrypto
  438. confero
  439. config
  440. config-file >= "1.2.1"
  441. conformist
  442. containers >= "2.4"
  443. containers-data
  444. containers-thread
  445. content_security_policy
  446. cookie
  447. cookies
  448. coq >= "8.14.0"
  449. coq-core
  450. coq-lsp
  451. coq-of-ocaml >= "2.4.1"
  452. coq-serapi >= "8.9.0+0.6.0"
  453. coq-stdlib
  454. coq-waterproof
  455. coqide >= "8.14.0"
  456. coqide-server
  457. core >= "v0.12.0"
  458. core-and-more
  459. core_bench >= "v0.12.0"
  460. core_compat
  461. core_extended >= "v0.12.0"
  462. core_kernel >= "v0.12.3"
  463. core_profiler >= "v0.12.0"
  464. core_unix
  465. cosovo
  466. cow >= "2.4.0"
  467. cowabloga >= "0.5.0"
  468. cpm >= "12.1.2"
  469. cppo >= "1.6.6"
  470. cppo_ocamlbuild >= "1.6.6"
  471. cps_toolbox
  472. cpu
  473. cpuid >= "0.1.2"
  474. crc >= "2.1.0"
  475. crlibm >= "0.3"
  476. crontab
  477. crowbar >= "0.2"
  478. crunch >= "2.2.0"
  479. cry >= "0.6.5"
  480. cryptokit >= "1.16.1"
  481. csexp
  482. css
  483. css-parser
  484. cstruct >= "3.3.0"
  485. cstruct-async >= "3.3.0"
  486. cstruct-lwt >= "3.3.0"
  487. cstruct-sexp
  488. cstruct-unix >= "3.3.0"
  489. csv >= "2.2"
  490. csv-lwt >= "2.1"
  491. csvfields >= "v0.12.0"
  492. csvtool
  493. ctoxml
  494. ctypes >= "0.21.1"
  495. ctypes-foreign >= "0.21.1"
  496. ctypes-zarith
  497. ctypes_stubs_js
  498. cucumber
  499. cudf >= "0.10"
  500. cue_sheet_maker
  501. cuid >= "0.2"
  502. cumulus
  503. curly >= "0.2.0"
  504. current
  505. current-albatross-deployer
  506. current-web-pipelines
  507. current_ansi
  508. current_docker
  509. current_examples
  510. current_git
  511. current_github
  512. current_gitlab
  513. current_incr
  514. current_ocluster
  515. current_rpc
  516. current_slack
  517. current_ssh
  518. current_web
  519. curses >= "1.0.9"
  520. curve-sampling
  521. cviode
  522. cwe_checker
  523. DkSDKFFIOCaml_Std
  524. DrawGrammar >= "0.2.2"
  525. daft >= "0.0.4"
  526. dap
  527. data-encoding
  528. dataframe
  529. datakit >= "0.12.2"
  530. datakit-bridge-github >= "0.12.2"
  531. datakit-bridge-local-git >= "0.12.2"
  532. datakit-ci >= "0.12.2"
  533. datakit-client >= "0.12.2"
  534. datakit-client-9p >= "0.12.2"
  535. datakit-client-git >= "0.12.2"
  536. datakit-github >= "0.12.2"
  537. datakit-server >= "0.12.2"
  538. datakit-server-9p >= "0.12.2"
  539. datalog >= "0.6"
  540. dates_calc
  541. daypack-lib
  542. dbf != "0.1.1"
  543. debian-formats >= "0.1.2"
  544. decimal
  545. decoders >= "0.1.2"
  546. decoders-bencode
  547. decoders-cbor
  548. decoders-ezjsonm >= "0.1.2"
  549. decoders-ezxmlm
  550. decoders-jsonaf
  551. decoders-jsonm
  552. decoders-msgpck
  553. decoders-sexplib
  554. decoders-yojson >= "0.1.2"
  555. decompress >= "0.8.1"
  556. dedent
  557. dedukti >= "2.7"
  558. delimcc_of_fxhandler
  559. delimited_parsing >= "v0.12.0"
  560. depyt >= "0.3.0"
  561. devkit >= "1.0"
  562. diet >= "0.2"
  563. diff
  564. diffable
  565. digestif >= "0.7" & < "0.7.2" | >= "0.8.1"
  566. directories
  567. dirsift
  568. dirsp-exchange
  569. dirsp-exchange-kbb2017
  570. dirsp-proscript
  571. dirsp-proscript-mirage
  572. dirsp-ps2ocaml
  573. diskuvbox
  574. disml
  575. dispatch >= "0.4.1"
  576. dispatch-js >= "0.4.1"
  577. distributed >= "0.6.0"
  578. distributed-lwt >= "0.2.0"
  579. distributed-uwt >= "0.2.0"
  580. dkim
  581. dkim-bin
  582. dkim-mirage
  583. dkml-c-probe
  584. dkml-component-offline-ocamlrun
  585. dkml-component-offline-opam
  586. dkml-component-staging-ocamlrun
  587. dkml-component-staging-opam32
  588. dkml-component-staging-opam64
  589. dkml-dune-dsl
  590. dkml-dune-dsl-show
  591. dkml-install
  592. dkml-install-installer
  593. dkml-install-runner
  594. dkml-option-vcpkg
  595. dkml-package-console
  596. dkml-runtime-common >= "2.0.3"
  597. dkml-runtime-distribution
  598. dkml-workflows
  599. dlm >= "0.3.1"
  600. dmap
  601. dns >= "1.1.0"
  602. dns-async >= "1.1.0"
  603. dns-certify
  604. dns-cli
  605. dns-client
  606. dns-client-lwt
  607. dns-client-mirage
  608. dns-lwt >= "1.1.0"
  609. dns-lwt-unix >= "1.1.0"
  610. dns-mirage
  611. dns-resolver
  612. dns-server
  613. dns-stub
  614. dns-tsig
  615. dnssec
  616. docfd
  617. docker-api >= "0.2"
  618. docker_hub
  619. dockerfile >= "6.0.0"
  620. dockerfile-cmd >= "6.0.0"
  621. dockerfile-opam >= "6.0.0"
  622. docteur
  623. docteur-solo5
  624. docteur-unix
  625. doculib
  626. doi2bib
  627. dokeysto >= "3.0.2"
  628. dokeysto_camltc >= "3.0.2"
  629. dokeysto_lz4 >= "3.0.2"
  630. dolmen >= "0.4.1"
  631. dolmen_bin
  632. dolmen_loop
  633. dolmen_lsp
  634. dolmen_model
  635. dolmen_type
  636. dolog >= "4.0.0"
  637. domain-local-await
  638. domain-local-timeout
  639. domain-name >= "0.1.2"
  640. domain_shims
  641. domainslib
  642. dose3 >= "6.1"
  643. dose3-extra
  644. dot-merlin-reader
  645. dotenv
  646. dream
  647. dream-accept
  648. dream-cli
  649. dream-encoding
  650. dream-html
  651. dream-htmx
  652. dream-httpaf
  653. dream-livereload
  654. dream-pure
  655. dream-serve
  656. drom >= "0.3.0"
  657. drom_lib >= "0.3.0"
  658. drom_toml
  659. dropbox >= "0.2"
  660. dropbox_lwt_unix
  661. dscheck
  662. dssi >= "0.1.3"
  663. dtc-pb
  664. dtoa >= "0.3.2"
  665. dtools >= "0.4.2"
  666. dual
  667. duff >= "0.2"
  668. dum >= "1.0.2"
  669. dump_ocamlformat
  670. dune-action-plugin
  671. dune-build-info
  672. dune-compiledb
  673. dune-configurator >= "1.11.4"
  674. dune-deps
  675. dune-expand
  676. dune-glob
  677. dune-private-libs
  678. dune-release >= "1.0.0" & < "2.0.0"
  679. dune-rpc
  680. dune-rpc-lwt
  681. dune-site
  682. duppy >= "0.9.0"
  683. duration >= "0.1.2"
  684. dyn
  685. earley >= "2.0.0"
  686. earlybird
  687. easy-format >= "1.3.2"
  688. easy_logging
  689. easy_logging_yojson
  690. ecaml >= "v0.12.0"
  691. edn >= "0.1.6-1-gff9db95"
  692. ego
  693. eigen >= "0.1.0"
  694. eio
  695. eio-ssl
  696. eio-trace
  697. eio_linux
  698. eio_luv
  699. eio_main
  700. eio_posix
  701. eio_windows
  702. either
  703. elasticsearch-cli >= "0.5"
  704. electrod >= "0.2.1"
  705. eliom >= "10.1.2"
  706. elpi >= "1.3.1"
  707. email_message >= "v0.12.0"
  708. embedded_ocaml_templates
  709. emile >= "0.4"
  710. encoding
  711. encore >= "0.3"
  712. env_config
  713. epictetus
  714. eqaf >= "0.2"
  715. equinoxe
  716. equinoxe-cohttp
  717. equinoxe-hlc
  718. eris
  719. eris-lwt
  720. erlang
  721. errpy
  722. erssical >= "1.1.0"
  723. esgg
  724. esperanto-cosmopolitan >= "0.0.5"
  725. ethernet
  726. euler
  727. exenum >= "0.86"
  728. exit
  729. expect_test_helpers >= "v0.12.0"
  730. expect_test_helpers_async
  731. expect_test_helpers_core
  732. expect_test_helpers_kernel >= "v0.12.0"
  733. extism
  734. extism-manifest
  735. extlib >= "1.7.9"
  736. extunix >= "0.3.1"
  737. ez_api
  738. ez_cmdliner >= "0.2.0"
  739. ez_config >= "0.2.0"
  740. ez_file >= "0.3.0"
  741. ez_hash
  742. ez_pgocaml
  743. ez_search
  744. ez_subst
  745. ezcurl
  746. ezcurl-lwt
  747. ezdl
  748. ezgzip >= "0.2.3"
  749. ezjs_ace
  750. ezjs_blockies
  751. ezjs_cleave
  752. ezjs_crypto
  753. ezjs_cytoscape
  754. ezjs_d3pie
  755. ezjs_extension
  756. ezjs_fetch
  757. ezjs_idb
  758. ezjs_jquery
  759. ezjs_min
  760. ezjs_odometer
  761. ezjs_push
  762. ezjs_qrcode
  763. ezjs_recaptcha
  764. ezjs_timeline
  765. ezjsonm >= "1.0.0"
  766. ezjsonm-encoding
  767. ezjsonm-lwt >= "1.0.0"
  768. ezresto
  769. ezresto-directory
  770. ezsqlite >= "0.4.2"
  771. ezxenstore >= "0.4.1"
  772. ezxmlm >= "1.1.0"
  773. FPauth
  774. FPauth-core
  775. FPauth-responses
  776. FPauth-strategies
  777. FrontC >= "4.0.0"
  778. faad >= "0.5.0"
  779. facteur
  780. fadbadml >= "0.1.2"
  781. faraday >= "0.7.1"
  782. faraday-async >= "0.7.1"
  783. faraday-lwt >= "0.7.1"
  784. faraday-lwt-unix >= "0.7.1"
  785. farith
  786. farmhash >= "0.4"
  787. fasmifra
  788. fat-filesystem >= "0.13.0"
  789. fd-send-recv >= "2.0.1"
  790. fdkaac >= "0.3.2"
  791. feat
  792. feat-core
  793. feat-num
  794. feather
  795. feather_async
  796. ff
  797. ff-bench
  798. ff-pbt
  799. ff-sig
  800. ffmpeg >= "1.0.0~beta1"
  801. ffmpeg-av
  802. ffmpeg-avcodec
  803. ffmpeg-avdevice
  804. ffmpeg-avfilter
  805. ffmpeg-avutil
  806. ffmpeg-swresample
  807. ffmpeg-swscale
  808. fftw3 >= "0.8.2"
  809. fiat-p256
  810. fiber
  811. fiber-lwt
  812. fieldslib >= "v0.12.0"
  813. file_path
  814. fileutils >= "0.6.1"
  815. finch
  816. fit
  817. fix >= "20181206"
  818. flac >= "0.3.0"
  819. flex-array
  820. flint >= "0.3.2"
  821. flow_parser >= "0.229.1"
  822. fmlib
  823. fmlib_browser
  824. fmlib_js
  825. fmlib_parse
  826. fmlib_pretty
  827. fmlib_std
  828. fontforge-of-ocaml
  829. forester
  830. frama-c >= "26.0~beta"
  831. frama-c-metacsl >= "0.4"
  832. frama-clang
  833. fred
  834. freetds >= "0.7"
  835. frei0r >= "0.1.2"
  836. frenetic >= "5.0.5"
  837. fromager
  838. fsevents
  839. fsevents-lwt
  840. fsml
  841. fswatch
  842. fswatch_async
  843. fswatch_lwt
  844. functoria >= "2.2.2" & < "4.0.0~beta1" | >= "4.0.0"
  845. functoria-runtime >= "2.2.2" & != "2.2.5" & < "3.0.2" | >= "3.1.2"
  846. fuseau
  847. fuseau-lwt
  848. fuzzy_compare
  849. fuzzy_match
  850. fzf
  851. General >= "0.6.0"
  852. GT
  853. gapi-ocaml >= "0.3.7"
  854. gbddml
  855. gccjit
  856. gd >= "1.1"
  857. gdbprofiler >= "0.4"
  858. gel
  859. gemini >= "0.3.0"
  860. gen >= "0.5.2"
  861. gen_js_api >= "1.0.6"
  862. genprint
  863. genspio >= "0.0.3"
  864. genspir >= "1.0.1"
  865. geojson
  866. geojsone
  867. geoml
  868. get_line >= "7.0.0"
  869. getopt >= "20230213"
  870. gettext >= "0.4.1"
  871. gettext-camomile
  872. gettext-stub
  873. git >= "2.0.0"
  874. git-cohttp
  875. git-cohttp-mirage
  876. git-cohttp-unix
  877. git-http >= "2.0.0"
  878. git-kv
  879. git-mirage >= "2.0.0"
  880. git-paf
  881. git-unix >= "2.0.0"
  882. github >= "4.0.0"
  883. github-data
  884. github-hooks >= "0.4.0"
  885. github-hooks-unix >= "0.4.0"
  886. github-jsoo >= "4.0.0"
  887. github-unix >= "4.0.0"
  888. gitlab
  889. gitlab-jsoo
  890. gitlab-unix
  891. gitlab_pipeline_notifier
  892. glfw-ocaml
  893. globlon
  894. gluon
  895. gluten
  896. gluten-async
  897. gluten-eio
  898. gluten-lwt
  899. gluten-lwt-unix
  900. gluten-mirage
  901. gmap >= "0.2.1"
  902. gmp
  903. gnuplot >= "0.6"
  904. gobba
  905. gobject-introspection
  906. goblint >= "1.1.1"
  907. goblint-cil >= "1.8.0"
  908. google-drive-ocamlfuse >= "0.6.26"
  909. gopcaml-mode >= "0.0.2"
  910. gopcaml-mode-merlin
  911. gospel
  912. gotd
  913. gperftools >= "0.4"
  914. gpiod
  915. gpr >= "1.4.0"
  916. gpt
  917. gr
  918. grace
  919. gradescope_submit
  920. graphics >= "5.0.0"
  921. graphql >= "0.8.0"
  922. graphql-async >= "0.8.0"
  923. graphql-cohttp >= "0.9.0"
  924. graphql-lwt >= "0.8.0"
  925. graphql_jsoo_client
  926. graphql_parser >= "0.9.0"
  927. graphql_ppx >= "0.7.1"
  928. graphv
  929. graphv_core
  930. graphv_core_lib
  931. graphv_font
  932. graphv_font_js
  933. graphv_font_stb_truetype
  934. graphv_gles2
  935. graphv_gles2_native
  936. graphv_gles2_native_impl
  937. graphv_webgl
  938. graphv_webgl_impl
  939. gremlin
  940. grenier >= "0.8"
  941. grid
  942. grpc
  943. grpc-async
  944. grpc-bench
  945. grpc-eio
  946. grpc-examples
  947. grpc-lwt
  948. gsl >= "1.24.0"
  949. gstreamer >= "0.3.1"
  950. guardian
  951. guile
  952. h1_parser
  953. h2
  954. h2-async
  955. h2-eio
  956. h2-lwt
  957. h2-lwt-unix
  958. h2-mirage
  959. hack_parallel >= "1.0.0"
  960. hacl-star
  961. hacl-star-raw >= "0.5.0"
  962. hacl_func
  963. hacl_x25519
  964. happy-eyeballs
  965. happy-eyeballs-lwt
  966. happy-eyeballs-mirage
  967. hardcaml >= "v0.12.0"
  968. hardcaml_axi
  969. hardcaml_c
  970. hardcaml_circuits
  971. hardcaml_event_driven_sim
  972. hardcaml_fixed_point
  973. hardcaml_handshake
  974. hardcaml_of_verilog
  975. hardcaml_step_testbench
  976. hardcaml_verify
  977. hardcaml_verilator
  978. hardcaml_waveterm
  979. hardcaml_xilinx
  980. hardcaml_xilinx_components
  981. hardcaml_xilinx_reports
  982. hashcons >= "1.4.0"
  983. hashids >= "1.0.1"
  984. haxe >= "4.1.1"
  985. hc
  986. hdf5 >= "0.1.5"
  987. hdr_histogram >= "0.0.3"
  988. headache >= "1.04"
  989. header-check
  990. herdtools7 >= "7.55"
  991. hex >= "1.3.0"
  992. hex_encode
  993. hexstring
  994. hg_lib
  995. hidapi >= "1.1"
  996. hidapi-lwt
  997. higher_kinded
  998. highlexer
  999. higlo >= "0.8"
  1000. hilite
  1001. hkdf >= "1.0.3"
  1002. hl_yaml
  1003. hockmd
  1004. hol2dk
  1005. hooke
  1006. horned_worm >= "0.3.4"
  1007. hpack
  1008. hsluv
  1009. html_of_jsx
  1010. htmlfromtexbooks
  1011. hts_shrink >= "2.1.2"
  1012. http
  1013. http-cookie
  1014. http-date
  1015. http-lwt-client
  1016. http-mirage-client
  1017. http-multipart-formdata
  1018. http_async
  1019. httpaf >= "0.6.0"
  1020. httpaf-async >= "0.6.0"
  1021. httpaf-lwt-unix
  1022. httpaf_caged
  1023. httph
  1024. huffman
  1025. hvsock >= "2.0.0"
  1026. hxd
  1027. hyper
  1028. ISO3166
  1029. ISO8601 >= "0.2.6"
  1030. i3ipc >= "0.1.4"
  1031. icalendar
  1032. idd
  1033. idds
  1034. imagelib >= "20200929"
  1035. incr_dom >= "v0.12.0"
  1036. incr_dom_interactive
  1037. incr_dom_keyboard
  1038. incr_dom_partial_render
  1039. incr_dom_sexp_form
  1040. incr_dom_widgets >= "v0.12.0"
  1041. incr_map >= "v0.12.0"
  1042. incr_select >= "v0.12.0"
  1043. incremental >= "v0.12.0"
  1044. indentation_buffer
  1045. index
  1046. index-bench
  1047. inferno >= "20190924"
  1048. influxdb
  1049. influxdb-async
  1050. influxdb-lwt
  1051. inotify >= "2.4"
  1052. inquire
  1053. inquirer_oc
  1054. int_repr
  1055. integers >= "0.3.0"
  1056. integers_stubs_js
  1057. integration1d >= "0.5.1"
  1058. interface-prime
  1059. interface-prime-lwt
  1060. interval >= "1.5" & < "1.6"
  1061. interval-map
  1062. interval_base
  1063. interval_crlibm
  1064. interval_intel
  1065. io-page >= "2.1.0"
  1066. io-page-unix >= "2.1.0"
  1067. io-page-xen >= "2.1.0"
  1068. iomux
  1069. iostream
  1070. iostream-camlzip
  1071. ip2location
  1072. ipaddr >= "2.9.0"
  1073. ipaddr-cstruct
  1074. ipaddr-sexp
  1075. irc-client >= "0.6.2"
  1076. irc-client-lwt >= "0.6.2"
  1077. irc-client-lwt-ssl
  1078. irc-client-tls >= "0.6.2"
  1079. irc-client-unix >= "0.6.2"
  1080. iri >= "0.6.0"
  1081. irmin >= "2.0.0"
  1082. irmin-bench
  1083. irmin-chunk >= "2.0.0"
  1084. irmin-cli
  1085. irmin-client
  1086. irmin-containers
  1087. irmin-fs >= "2.0.0"
  1088. irmin-git >= "2.0.0"
  1089. irmin-graphql
  1090. irmin-http >= "2.0.0"
  1091. irmin-indexeddb >= "2.0"
  1092. irmin-layers
  1093. irmin-mem >= "2.0.0"
  1094. irmin-mirage >= "2.0.0"
  1095. irmin-mirage-git
  1096. irmin-mirage-graphql
  1097. irmin-pack
  1098. irmin-pack-tools
  1099. irmin-server
  1100. irmin-test
  1101. irmin-tezos
  1102. irmin-tezos-utils
  1103. irmin-unix >= "2.0.0"
  1104. irmin-watcher >= "0.5.0"
  1105. iso639
  1106. iter >= "1.4"
  1107. itv-tree >= "2.2"
  1108. JsOfOCairo >= "2.0.0"
  1109. jane-street-headers >= "v0.12.0"
  1110. jane_rope
  1111. janestreet_cpuid
  1112. janestreet_csv
  1113. janestreet_lru_cache
  1114. jasmin >= "2023.06.0"
  1115. jekyll-format >= "0.2.0"
  1116. jemalloc >= "0.2"
  1117. jerboa
  1118. jext
  1119. jhupllib >= "0.2.1"
  1120. jingoo >= "1.3.0"
  1121. jose
  1122. js_of_ocaml >= "3.3.0"
  1123. js_of_ocaml-compiler >= "3.3.0"
  1124. js_of_ocaml-lwt >= "3.3.0"
  1125. js_of_ocaml-ocamlbuild >= "3.5.0"
  1126. js_of_ocaml-ppx >= "3.3.0"
  1127. js_of_ocaml-ppx_deriving_json >= "3.3.0"
  1128. js_of_ocaml-toplevel >= "3.3.0"
  1129. js_of_ocaml-tyxml >= "3.3.0"
  1130. js_of_ocaml-webgpu
  1131. js_of_ocaml-webidl
  1132. js_of_ocaml_patches
  1133. json-data-encoding
  1134. json-data-encoding-browser
  1135. json-data-encoding-bson
  1136. json_decoder
  1137. jsonaf
  1138. jsonoo
  1139. jsonrpc
  1140. jsonschema2atd
  1141. jsonxt
  1142. jsoo-react
  1143. jsoo_broadcastchannel >= "2.0.0"
  1144. jsoo_storage >= "1.0.1"
  1145. jst-config
  1146. junit >= "2.0.1"
  1147. junit_alcotest >= "2.0.1"
  1148. junit_ounit >= "2.0.1"
  1149. jupyter >= "2.3.2"
  1150. jupyter-archimedes >= "2.3.2"
  1151. jupyter-kernel >= "0.4"
  1152. jwto
  1153. kafka >= "0.5"
  1154. kafka_async
  1155. kafka_lwt
  1156. kappa-agents
  1157. kappa-binaries
  1158. kappa-library
  1159. kappa-server
  1160. kcas
  1161. kcas_data
  1162. kdl
  1163. ke
  1164. key-parsers >= "0.10.0"
  1165. kicadsch >= "0.4.0"
  1166. kind2
  1167. kinetic-client >= "0.0.11"
  1168. kittyimg
  1169. kkmarkdown
  1170. kmt
  1171. knights_tour
  1172. kqueue
  1173. krb
  1174. lab
  1175. lablgtk3 >= "3.0.beta4"
  1176. lablgtk3-extras >= "3.0.1"
  1177. lablgtk3-goocanvas2
  1178. lablgtk3-gtkspell3
  1179. lablgtk3-rsvg2
  1180. lablgtk3-sourceview3
  1181. lablqml >= "0.6"
  1182. labrys
  1183. lacaml >= "11.0.2"
  1184. ladspa >= "0.2.0"
  1185. lambda
  1186. lambda-runtime
  1187. lambda-term >= "2.0"
  1188. lambda_streams
  1189. lambda_streams_async
  1190. lambda_streams_lwt
  1191. lambdapi >= "2.0.0"
  1192. lambdasoup >= "0.6.4"
  1193. lame >= "0.3.4"
  1194. landmarks >= "1.4"
  1195. landmarks-ppx
  1196. lascar >= "0.6-alpha"
  1197. lastfm >= "0.3.3"
  1198. launchd >= "1.3"
  1199. lazy-trie >= "1.2.0"
  1200. lbfgs >= "0.9.1"
  1201. lbvs_consent >= "2.1.0"
  1202. ldap >= "2.4.1"
  1203. ldp
  1204. ldp_curl
  1205. ldp_js
  1206. ldp_tls
  1207. leaflet
  1208. learn-ocaml
  1209. learn-ocaml-client
  1210. leaves
  1211. ledgerwallet
  1212. ledgerwallet-tezos
  1213. legacy_diffable
  1214. lens >= "1.2.3"
  1215. let-if >= "0.2.0"
  1216. letsencrypt
  1217. letsencrypt-app
  1218. letsencrypt-dns
  1219. letsencrypt-mirage
  1220. letters
  1221. leveldb >= "1.3.0"
  1222. lib_parsing
  1223. libabsolute
  1224. libbinaryen < "105.1.0" | >= "107.0.1"
  1225. libc
  1226. libirmin
  1227. libsail
  1228. libsvm >= "0.10.0"
  1229. libzipperposition
  1230. lilac
  1231. lilv
  1232. line-up-words >= "v0.12.0"
  1233. line_oriented
  1234. linenoise >= "1.2.0"
  1235. links >= "0.9"
  1236. links-mysql
  1237. links-postgresql >= "0.9"
  1238. links-sqlite3
  1239. linol
  1240. linol-eio
  1241. linol-lwt
  1242. lintcstubs
  1243. lintcstubs-arity
  1244. lintcstubs-gen
  1245. linwrap
  1246. liquid_interpreter
  1247. liquid_ml
  1248. liquid_parser
  1249. liquid_std
  1250. liquid_syntax
  1251. liquidsoap >= "2.2.0"
  1252. liquidsoap-core
  1253. liquidsoap-js
  1254. liquidsoap-lang
  1255. liquidsoap-libs
  1256. liquidsoap-libs-extra
  1257. liquidsoap-mode
  1258. little_logger
  1259. llama
  1260. llama-cpp-ocaml
  1261. llama_core
  1262. llama_interactive
  1263. llama_midi
  1264. llvm >= "15.0.7+nnp-2"
  1265. lmdb >= "1.0"
  1266. lo >= "0.2.0"
  1267. lockfree
  1268. loga >= "0.0.5"
  1269. logical
  1270. logs-async
  1271. logs-async-reporter
  1272. logs-ppx
  1273. logs-syslog >= "0.2.0"
  1274. logtk >= "1.5.1"
  1275. loop
  1276. lp
  1277. lp-glpk
  1278. lp-glpk-js
  1279. lp-gurobi
  1280. lpd >= "1.2.2"
  1281. lreplay
  1282. lru >= "0.3.0"
  1283. lru_cache
  1284. lsp
  1285. lt-code
  1286. lua-ml >= "0.9.3"
  1287. lua_parser
  1288. lucid
  1289. lun
  1290. lustre-v6 >= "6.103.3"
  1291. lutils >= "1.51.2"
  1292. lutin >= "2.71.10"
  1293. luv
  1294. luv_unix
  1295. lwd
  1296. lwt >= "4.2.0"
  1297. lwt-canceler >= "0.2"
  1298. lwt-dllist
  1299. lwt-exit
  1300. lwt-parallel >= "1.0.0"
  1301. lwt-watcher >= "0.2"
  1302. lwt_domain
  1303. lwt_eio
  1304. lwt_glib >= "1.1.1"
  1305. lwt_log >= "1.1.1"
  1306. lwt_ppx >= "1.2.2"
  1307. lwt_ppx_let
  1308. lwt_react >= "1.1.2"
  1309. lwt_ssl >= "1.1.3"
  1310. lz4 >= "1.2.0"
  1311. lz4_chans >= "3.0.1"
  1312. m_tree
  1313. macaddr
  1314. macaddr-cstruct
  1315. macaddr-sexp
  1316. mad >= "0.5.0"
  1317. magic-mime >= "1.1.2"
  1318. magic-trace
  1319. make-random
  1320. malfunction >= "0.3"
  1321. man_in_the_middle_debugger
  1322. markdown
  1323. markup >= "0.8.0"
  1324. markup-lwt
  1325. mastodon-archive-viewer >= "0.2"
  1326. matita
  1327. matplotlib
  1328. mbr-format >= "1.0.0"
  1329. mc2
  1330. mccs >= "1.1+10"
  1331. md2mld
  1332. mdx != "1.7.0"
  1333. mec
  1334. mechaml >= "1.1.0"
  1335. mehari
  1336. mehari-eio
  1337. mehari-eio-unix
  1338. mehari-lwt-unix
  1339. mehari-mirage
  1340. mel
  1341. melange
  1342. melange-atdgen-codec-runtime
  1343. melange-compiler-libs
  1344. melange-fest
  1345. melange-fetch
  1346. melange-jest
  1347. melange-json
  1348. melange-moment
  1349. melange-numeral
  1350. melange-radix-icons
  1351. melange-react-dates
  1352. melange-react-query
  1353. melange-recharts
  1354. melange-testing-library
  1355. melange-webapi
  1356. meldep
  1357. mem_usage
  1358. memcad >= "1.1.0"
  1359. memgraph
  1360. memgraph_kitty
  1361. memo
  1362. memprof-limits
  1363. memtrace
  1364. memtrace-mirage
  1365. memtrace_viewer
  1366. menhir >= "20200123"
  1367. menhirCST
  1368. menhirLib
  1369. menhirSdk
  1370. merge-fmt
  1371. merlin >= "3.2.1"
  1372. merlin-extend >= "0.4"
  1373. merlin-lib
  1374. mesh >= "0.9.5"
  1375. mesh-easymesh >= "0.9.5"
  1376. mesh-graphics >= "0.9.5"
  1377. mesh-triangle >= "0.9.5"
  1378. metadata
  1379. metadb
  1380. metapp
  1381. metaquot
  1382. metrics
  1383. metrics-influx
  1384. metrics-lwt
  1385. metrics-mirage
  1386. metrics-rusage
  1387. metrics-unix
  1388. mew
  1389. mew_vi
  1390. middleware
  1391. mimic
  1392. mimic-happy-eyeballs
  1393. mindstorm >= "0.8"
  1394. mindstorm-lwt
  1395. minicaml
  1396. minicli >= "5.0.2"
  1397. minisat >= "0.3"
  1398. minttea
  1399. miou
  1400. mirage >= "3.3.0"
  1401. mirage-block >= "1.2.0"
  1402. mirage-block-ccm >= "1.1.0"
  1403. mirage-block-combinators
  1404. mirage-block-lwt >= "1.2.0"
  1405. mirage-block-partition
  1406. mirage-block-ramdisk >= "0.4"
  1407. mirage-block-solo5 >= "0.6.0"
  1408. mirage-block-unix >= "2.11.0"
  1409. mirage-block-xen >= "1.6.0"
  1410. mirage-bootvar
  1411. mirage-bootvar-solo5 >= "0.6.0"
  1412. mirage-bootvar-unix
  1413. mirage-bootvar-xen >= "0.6.0"
  1414. mirage-channel >= "3.2.0"
  1415. mirage-channel-lwt >= "3.2.0"
  1416. mirage-clock >= "2.0.0"
  1417. mirage-clock-freestanding >= "2.0.0"
  1418. mirage-clock-lwt >= "2.0.0"
  1419. mirage-clock-solo5
  1420. mirage-clock-unix >= "2.0.0"
  1421. mirage-conduit = "1.3.0" | >= "3.1.0"
  1422. mirage-console >= "2.4.0"
  1423. mirage-console-lwt >= "2.4.0"
  1424. mirage-console-solo5 >= "0.6.0"
  1425. mirage-console-unix >= "2.4.1"
  1426. mirage-console-xen >= "2.4.0"
  1427. mirage-console-xen-backend >= "2.4.0"
  1428. mirage-console-xen-proto >= "2.4.0"
  1429. mirage-crypto
  1430. mirage-crypto-ec
  1431. mirage-crypto-entropy
  1432. mirage-crypto-pk
  1433. mirage-crypto-rng
  1434. mirage-crypto-rng-async
  1435. mirage-crypto-rng-eio
  1436. mirage-crypto-rng-lwt
  1437. mirage-crypto-rng-mirage
  1438. mirage-device >= "1.2.0"
  1439. mirage-dns >= "3.1.0"
  1440. mirage-entropy >= "0.5.1"
  1441. mirage-flow >= "1.6.0"
  1442. mirage-flow-combinators
  1443. mirage-flow-lwt >= "1.6.0"
  1444. mirage-flow-rawlink >= "1.1.0"
  1445. mirage-flow-unix >= "1.6.0"
  1446. mirage-fs >= "1.2.0"
  1447. mirage-fs-lwt >= "1.2.0"
  1448. mirage-fs-mem
  1449. mirage-fs-unix >= "1.6.0"
  1450. mirage-kv >= "2.0.0"
  1451. mirage-kv-lwt >= "2.0.0"
  1452. mirage-kv-mem
  1453. mirage-kv-unix
  1454. mirage-logs >= "1.0.0"
  1455. mirage-monitoring
  1456. mirage-nat >= "1.1.0"
  1457. mirage-net >= "2.0.0"
  1458. mirage-net-lwt >= "2.0.0"
  1459. mirage-net-macosx >= "1.5.0"
  1460. mirage-net-solo5 >= "0.4.3"
  1461. mirage-net-unix >= "2.5.0"
  1462. mirage-net-xen >= "1.9.0"
  1463. mirage-profile >= "0.9.0"
  1464. mirage-profile-unix >= "0.9.0"
  1465. mirage-profile-xen >= "0.9.0"
  1466. mirage-protocols >= "2.0.0"
  1467. mirage-protocols-lwt >= "2.0.0"
  1468. mirage-qubes >= "0.7.0"
  1469. mirage-qubes-ipv4 >= "0.7.0"
  1470. mirage-random >= "1.2.0"
  1471. mirage-random-stdlib
  1472. mirage-random-test
  1473. mirage-runtime >= "3.3.0"
  1474. mirage-solo5 >= "0.6.2"
  1475. mirage-stack >= "1.4.0"
  1476. mirage-stack-lwt >= "1.4.0"
  1477. mirage-time >= "1.3.0"
  1478. mirage-time-lwt >= "1.3.0"
  1479. mirage-time-unix >= "1.3.0"
  1480. mirage-types >= "3.3.0"
  1481. mirage-types-lwt >= "3.3.0"
  1482. mirage-unix >= "3.2.0"
  1483. mirage-vnetif >= "0.4.2"
  1484. mirage-vnetif-stack
  1485. mirage-xen >= "3.2.0"
  1486. mjson
  1487. mkaudio >= "1.1.0"
  1488. mkocaml
  1489. mlbdd >= "0.7.2"
  1490. mlfenv
  1491. mlmpfr >= "4.0.2+dune"
  1492. mlpost >= "0.9"
  1493. mlpost-lablgtk
  1494. mlt_parser >= "v0.12.0"
  1495. mm >= "0.7.0"
  1496. mmap
  1497. mmdb
  1498. mnd
  1499. mock >= "0.1.1"
  1500. mock-ounit >= "0.1.1"
  1501. module-graph
  1502. molenc >= "5.0.0"
  1503. monaco_jsoo
  1504. monolith
  1505. monomorphic >= "2.0"
  1506. monorobot
  1507. moonpool
  1508. moonpool-lwt
  1509. morbig >= "0.10.3"
  1510. morsmall
  1511. moss >= "0.1.1"
  1512. mparser >= "1.3"
  1513. mparser-pcre
  1514. mparser-re
  1515. mperf
  1516. mpg123
  1517. mpp >= "0.3.4"
  1518. mpris >= "0.2.0"
  1519. mpris-clients
  1520. mqtt >= "0.2.2"
  1521. mrmime
  1522. mrt-format >= "0.3.1"
  1523. msat >= "0.8"
  1524. msat-bin
  1525. msgpck >= "1.5"
  1526. msgpck-repr
  1527. mssql
  1528. mugen
  1529. mula
  1530. multibase
  1531. multicodec
  1532. multicont >= "1.0.1"
  1533. multicore-bench
  1534. multicore-magic
  1535. multihash
  1536. multihash-digestif
  1537. multipart-form-data >= "0.3.0"
  1538. multipart_form
  1539. multipart_form-cohttp-lwt
  1540. multipart_form-eio
  1541. multipart_form-lwt
  1542. murmur3 >= "0.3"
  1543. mustache >= "3.1.0"
  1544. mustache-cli
  1545. mutaml
  1546. mutf8
  1547. mwt
  1548. mysql8
  1549. mysql_protocol >= "3.0.1"
  1550. n_ary
  1551. naboris
  1552. nacc
  1553. nanoid
  1554. nanosvg
  1555. nanosvg_text
  1556. nbd >= "4.0.3"
  1557. nbd-tool
  1558. nbd-unix
  1559. netchannel >= "1.9.0"
  1560. netkat
  1561. netlink >= "0.3.4"
  1562. netsnmp
  1563. neural_nets_lib
  1564. nice_parser
  1565. ninja_utils
  1566. niru
  1567. nloge
  1568. nlopt
  1569. nmea
  1570. noCanren >= "0.3.0~alpha1"
  1571. nocoiner
  1572. node_of_ocaml
  1573. noise
  1574. nomad
  1575. non_empty_list
  1576. nottui
  1577. nottui-lwt
  1578. nottui-pretty
  1579. notty >= "0.2.3"
  1580. notty_async >= "v0.12.0"
  1581. np
  1582. npy >= "0.0.9"
  1583. nsq >= "0.4.0"
  1584. numeric_string
  1585. nuscr
  1586. OCADml
  1587. OCanren
  1588. OCanren-ppx
  1589. OSCADml
  1590. obeam
  1591. obelisk >= "0.5.0"
  1592. obuilder
  1593. obuilder-spec
  1594. obus >= "1.2.0"
  1595. ocal >= "0.2.2"
  1596. ocaml-canvas
  1597. ocaml-compiler-libs >= "v0.12.0"
  1598. ocaml-embed-file
  1599. ocaml-in-python
  1600. ocaml-lsp-server
  1601. ocaml-lua >= "1.8"
  1602. ocaml-migrate-parsetree >= "1.2.0"
  1603. ocaml-migrate-parsetree-ocamlbuild >= "1.2.0"
  1604. ocaml-monadic >= "0.4.1"
  1605. ocaml-print-intf
  1606. ocaml-probes
  1607. ocaml-protoc >= "2.0.1"
  1608. ocaml-protoc-plugin
  1609. ocaml-r >= "0.1.1"
  1610. ocaml-syntax-shims
  1611. ocaml-systemd >= "1.3"
  1612. ocaml-top >= "1.2.0"
  1613. ocaml-vdom < "transition"
  1614. ocaml-version >= "1.0.0"
  1615. ocaml_db_model
  1616. ocaml_intrinsics
  1617. ocaml_intrinsics_kernel
  1618. ocaml_openapi_generator
  1619. ocaml_pgsql_model
  1620. ocaml_plugin >= "v0.12.0"
  1621. ocamlapi
  1622. ocamlapi_async
  1623. ocamlapi_lwt_unix
  1624. ocamlapi_ppx
  1625. ocamlc-loc
  1626. ocamlcodoc
  1627. ocamldiff >= "1.2"
  1628. ocamlformat >= "0.24.1"
  1629. ocamlformat-lib
  1630. ocamlformat-rpc < "removed"
  1631. ocamlformat-rpc-lib
  1632. ocamlfuse >= "2.7.1-cvs6"
  1633. ocamlgraph >= "2.0.0"
  1634. ocamlgraph_gtk
  1635. ocamline
  1636. ocamlog
  1637. ocamlregextkit
  1638. ocannl_npy
  1639. ocb
  1640. ocf >= "0.8.0"
  1641. ocf_ppx
  1642. ockt
  1643. ocluster != "0.2"
  1644. ocluster-api
  1645. ocluster-worker
  1646. ocolor
  1647. ocp-browser >= "1.1.9"
  1648. ocp-indent >= "1.7.0"
  1649. ocp-indent-nlfork >= "1.5.4"
  1650. ocp-index >= "1.1.9"
  1651. ocp-search
  1652. ocp_reveal
  1653. ocplib-endian >= "1.1"
  1654. ocplib-json-typed-browser
  1655. ocplib-json-typed-bson
  1656. ocplib-simplex >= "0.5"
  1657. ocplib_stuff >= "0.4.0"
  1658. ocsigen-i18n >= "4.0.0"
  1659. ocsigen-ppx-rpc
  1660. ocsigenserver >= "4.0.1"
  1661. ocsipersist
  1662. ocsipersist-dbm
  1663. ocsipersist-lib
  1664. ocsipersist-pgsql
  1665. ocsipersist-sqlite
  1666. octavius >= "1.2.2"
  1667. octez-accuser-Proxford >= "19.0"
  1668. octez-accuser-PtKathma
  1669. octez-accuser-PtLimaPt
  1670. octez-accuser-PtMumbai
  1671. octez-accuser-PtNairob < "18.0" | >= "19.0"
  1672. octez-alcotezt < "17.3" | >= "19.0"
  1673. octez-baker-Proxford >= "19.0"
  1674. octez-baker-PtKathma
  1675. octez-baker-PtLimaPt
  1676. octez-baker-PtMumbai
  1677. octez-baker-PtNairob < "18.0" | >= "19.0"
  1678. octez-bls12-381-hash < "17.3"
  1679. octez-bls12-381-polynomial < "17.3"
  1680. octez-bls12-381-signature < "17.3"
  1681. octez-client < "18.0" | >= "19.0"
  1682. octez-codec < "18.0" | >= "19.0"
  1683. octez-crawler < "18.0" | >= "19.0"
  1684. octez-dac-client >= "19.0"
  1685. octez-dac-node >= "19.0"
  1686. octez-distributed-internal < "17.3" | >= "19.0"
  1687. octez-distributed-lwt-internal < "18.0" | >= "19.0"
  1688. octez-injector < "18.0" | >= "19.0"
  1689. octez-l2-libs >= "19.0"
  1690. octez-libs >= "19.0"
  1691. octez-mec < "17.3"
  1692. octez-node < "18.0" | >= "19.0"
  1693. octez-node-config < "18.0" | >= "19.0"
  1694. octez-plompiler
  1695. octez-plonk
  1696. octez-polynomial < "17.3"
  1697. octez-proto-libs >= "19.0"
  1698. octez-protocol-000-Ps9mPmXa-libs >= "19.0"
  1699. octez-protocol-001-PtCJ7pwo-libs >= "19.0"
  1700. octez-protocol-002-PsYLVpVv-libs >= "19.0"
  1701. octez-protocol-003-PsddFKi3-libs >= "19.0"
  1702. octez-protocol-004-Pt24m4xi-libs >= "19.0"
  1703. octez-protocol-005-PsBabyM1-libs >= "19.0"
  1704. octez-protocol-006-PsCARTHA-libs >= "19.0"
  1705. octez-protocol-007-PsDELPH1-libs >= "19.0"
  1706. octez-protocol-008-PtEdo2Zk-libs >= "19.0"
  1707. octez-protocol-009-PsFLoren-libs >= "19.0"
  1708. octez-protocol-010-PtGRANAD-libs >= "19.0"
  1709. octez-protocol-011-PtHangz2-libs >= "19.0"
  1710. octez-protocol-012-Psithaca-libs >= "19.0"
  1711. octez-protocol-013-PtJakart-libs >= "19.0"
  1712. octez-protocol-014-PtKathma-libs >= "19.0"
  1713. octez-protocol-015-PtLimaPt-libs >= "19.0"
  1714. octez-protocol-016-PtMumbai-libs >= "19.0"
  1715. octez-protocol-017-PtNairob-libs >= "19.0"
  1716. octez-protocol-018-Proxford-libs >= "19.0"
  1717. octez-protocol-alpha-libs >= "19.0"
  1718. octez-protocol-compiler < "18.0" | >= "19.0"
  1719. octez-proxy-server < "18.0" | >= "19.0"
  1720. octez-rpc-process
  1721. octez-shell-libs >= "19.0"
  1722. octez-signer < "18.0" | >= "19.0"
  1723. octez-smart-rollup-client-PtMumbai
  1724. octez-smart-rollup-client-PtNairob < "18.0"
  1725. octez-smart-rollup-node != "18.1"
  1726. octez-smart-rollup-node-alpha >= "19.0"
  1727. octez-smart-rollup-node-lib >= "19.0"
  1728. octez-smart-rollup-node-Proxford >= "19.0"
  1729. octez-smart-rollup-node-PtMumbai
  1730. octez-smart-rollup-node-PtNairob < "18.0" | >= "19.0"
  1731. octez-smart-rollup-wasm-benchmark-lib
  1732. octez-smart-rollup-wasm-debugger < "18.0" | >= "19.0"
  1733. octez-smart-rollup-wasm-debugger-lib
  1734. octez-smart-rollup-wasm-debugger-plugin
  1735. octez-tx-rollup-client-PtKathma
  1736. octez-tx-rollup-client-PtLimaPt
  1737. octez-tx-rollup-node-PtKathma
  1738. octez-tx-rollup-node-PtLimaPt
  1739. octez-validator
  1740. octez-version >= "19.0"
  1741. odash
  1742. odate >= "0.6"
  1743. odds >= "1.1"
  1744. odep
  1745. odepack >= "0.6.9"
  1746. odnnr
  1747. odoc >= "1.4.0"
  1748. odoc-parser
  1749. of_json
  1750. offheap
  1751. oframl
  1752. ogg = "0.6.0" | >= "0.7.0"
  1753. ohex
  1754. oidc
  1755. ojo
  1756. ojs
  1757. ojs_base
  1758. ojs_base_all
  1759. ojs_base_ppx
  1760. ojs_ed
  1761. ojs_filetree
  1762. ojs_list
  1763. olinq >= "0.3"
  1764. oma
  1765. omd >= "1.3.2"
  1766. ometrics
  1767. omg
  1768. omigrate
  1769. omlr >= "1.0.3"
  1770. omtl
  1771. oneffs
  1772. oniguruma
  1773. opam-0install
  1774. opam-0install-cudf
  1775. opam-bin >= "1.0.0"
  1776. opam-build
  1777. opam-check-npm-deps
  1778. opam-client >= "2.0.2"
  1779. opam-compiler
  1780. opam-core >= "2.0.2"
  1781. opam-custom-install
  1782. opam-devel >= "2.0.2"
  1783. opam-dune-lint >= "0.3"
  1784. opam-ed >= "0.4"
  1785. opam-file-format >= "2.1.0" & < "2.1.5"
  1786. opam-format >= "2.0.2"
  1787. opam-graph
  1788. opam-grep >= "0.2.0"
  1789. opam-installer >= "2.0.2"
  1790. opam-monorepo
  1791. opam-package-upgrade >= "0.2"
  1792. opam-publish >= "2.0.2"
  1793. opam-repository >= "2.0.2"
  1794. opam-solver >= "2.0.2"
  1795. opam-spin
  1796. opam-state >= "2.0.2"
  1797. opam-test
  1798. opam2web >= "2.0"
  1799. opam_bin_lib != "0.9.5"
  1800. opasswd >= "1.3.1"
  1801. opazl
  1802. openai
  1803. openai-gym
  1804. openapi
  1805. openapi_router
  1806. opencc0
  1807. opencc1
  1808. opencc1_1
  1809. openQASM
  1810. openstellina
  1811. opentelemetry
  1812. opentelemetry-client-cohttp-lwt
  1813. opentelemetry-client-ocurl
  1814. opentelemetry-cohttp-lwt
  1815. opentelemetry-lwt
  1816. opine
  1817. opium >= "0.17.0"
  1818. opium-graphql
  1819. opium-testing
  1820. opium_kernel >= "0.17.0"
  1821. oplot
  1822. oplsr
  1823. opomodoro
  1824. opsian
  1825. optal
  1826. opti
  1827. optimization1d >= "0.6.1"
  1828. optiml-transport
  1829. optint >= "0.0.2"
  1830. opus >= "0.2.0"
  1831. oraft
  1832. oranger >= "2.0.1"
  1833. order-i3-xfce
  1834. ordering
  1835. ordinal
  1836. ordinal_abbreviation
  1837. ordma >= "0.0.5"
  1838. orec >= "1.0.1"
  1839. orewa
  1840. orf
  1841. orgeat
  1842. orpie
  1843. orrandomForest
  1844. orsvm_e1071 >= "4.0.0"
  1845. ortac-core
  1846. ortac-qcheck-stm
  1847. ortac-runtime
  1848. ortac-runtime-qcheck-stm
  1849. orxgboost >= "1.1.0"
  1850. osc >= "0.2.0"
  1851. osc-lwt
  1852. osc-unix
  1853. osdp >= "1.1.1"
  1854. oseq >= "0.2"
  1855. osh
  1856. oskel
  1857. osnap
  1858. osx-secure-transport >= "0.1.1"
  1859. otf
  1860. otoggl
  1861. otoml
  1862. otr >= "0.3.6"
  1863. ounit = "2.1.2"
  1864. ounit-lwt < "2.2.0"
  1865. ounit2
  1866. ounit2-lwt
  1867. override
  1868. owee >= "0.3"
  1869. owi
  1870. owl >= "0.4.0"
  1871. owl-base >= "0.4.0"
  1872. owl-jupyter
  1873. owl-ode
  1874. owl-ode-base
  1875. owl-ode-odepack
  1876. owl-ode-sundials
  1877. owl-opt
  1878. owl-opt-lbfgs
  1879. owl-plplot
  1880. owl-symbolic
  1881. owl-top >= "0.4.0"
  1882. owl-zoo >= "0.4.0"
  1883. owork
  1884. ozulip
  1885. p4pp
  1886. p5scm
  1887. packstream
  1888. pacomb
  1889. paf
  1890. paf-cohttp
  1891. paf-le
  1892. pam
  1893. pancake
  1894. pandoc
  1895. pandoc-abbreviations
  1896. pandoc-comment
  1897. pandoc-crossref
  1898. pandoc-include
  1899. pandoc-inspect
  1900. pandoc-pdf2png
  1901. pandoc-replace
  1902. papi >= "0.1.1"
  1903. par_incr
  1904. parany >= "7.0.2"
  1905. pardi >= "2.0.2"
  1906. pari
  1907. pari-bindings
  1908. parmap >= "1.1.1"
  1909. parse-argv >= "0.2.0"
  1910. parsexp >= "v0.12.0"
  1911. parsexp_io >= "v0.12.0"
  1912. parsley
  1913. patch
  1914. patdiff >= "v0.12.1"
  1915. path_glob
  1916. patience_diff >= "v0.12.0"
  1917. patoline >= "0.2"
  1918. patricia-tree
  1919. pattern
  1920. pb
  1921. pb-plugin
  1922. pbkdf >= "1.0.0"
  1923. pbrt
  1924. pbrt_services
  1925. pbrt_yojson
  1926. pcap-format >= "0.5.2"
  1927. pcre >= "7.3.5"
  1928. pcre2
  1929. pds-reachability >= "0.2.2"
  1930. pecu >= "0.2"
  1931. petr4
  1932. petrol
  1933. pf-qubes
  1934. pg_query
  1935. pgocaml >= "4.0"
  1936. pgocaml_ppx
  1937. pgx >= "1.0"
  1938. pgx_async >= "1.0"
  1939. pgx_lwt >= "1.0"
  1940. pgx_lwt_mirage
  1941. pgx_lwt_unix
  1942. pgx_unix >= "1.0"
  1943. pgx_value_core
  1944. pgx_value_ptime
  1945. phantom-algebra >= "1.0.1"
  1946. phonetic
  1947. phylogenetics
  1948. piaf
  1949. picasso
  1950. picos
  1951. piece_rope
  1952. piqi >= "0.7.8"
  1953. piqilib >= "0.6.16"
  1954. pixel_pusher
  1955. pkcs11 >= "0.18.0"
  1956. pkcs11-cli
  1957. pkcs11-driver
  1958. pkcs11-rev
  1959. pla >= "1.3"
  1960. plateau
  1961. plato
  1962. plebeia
  1963. plist-xml
  1964. plist-xml-lwt
  1965. plotkicadsch >= "0.4.0"
  1966. plotly
  1967. plplot >= "5.11.0-1"
  1968. polars
  1969. polars_async
  1970. polka
  1971. poll
  1972. polling_state_rpc
  1973. polly
  1974. polynomial
  1975. pomap >= "4.1.0"
  1976. popper
  1977. portaudio >= "0.2.2"
  1978. portaudio_c_bindings
  1979. portmidi
  1980. posix-base
  1981. posix-bindings
  1982. posix-getopt >= "2.0.0"
  1983. posix-signal
  1984. posix-socket
  1985. posix-socket-unix
  1986. posix-time2
  1987. posix-types >= "2.0.0"
  1988. posix-uname
  1989. posixat >= "v0.12.0"
  1990. postgres_async
  1991. postgresql >= "4.4.1"
  1992. pp
  1993. pp-binary-ints
  1994. pp_loc
  1995. pprint >= "20200226"
  1996. ppx-owl-opt
  1997. ppx_accessor
  1998. ppx_assert >= "v0.12.0"
  1999. ppx_bap
  2000. ppx_base >= "v0.12.0"
  2001. ppx_bench >= "v0.12.0"
  2002. ppx_bigarray >= "3.0.0"
  2003. ppx_bin_prot >= "v0.12.0"
  2004. ppx_bitstring >= "4.0.0"
  2005. ppx_blob >= "0.6.0"
  2006. ppx_bsx
  2007. ppx_camlrack
  2008. ppx_catch
  2009. ppx_cold
  2010. ppx_compare >= "v0.12.0"
  2011. ppx_compose >= "0.1.0"
  2012. ppx_const >= "2.0"
  2013. ppx_conv_func >= "v0.12.0"
  2014. ppx_counters
  2015. ppx_css
  2016. ppx_cstruct >= "3.3.0"
  2017. ppx_cstubs
  2018. ppx_csv_conv >= "v0.12.0"
  2019. ppx_custom_printf >= "v0.12.0"
  2020. ppx_decimal
  2021. ppx_default
  2022. ppx_defer >= "0.4.0"
  2023. ppx_demo
  2024. ppx_derive_at_runtime
  2025. ppx_derivers >= "1.2.1"
  2026. ppx_deriving = "4.3" | >= "4.5-1"
  2027. ppx_deriving_cad
  2028. ppx_deriving_cmdliner >= "0.5.1"
  2029. ppx_deriving_encoding
  2030. ppx_deriving_hardcaml >= "v0.12.0"
  2031. ppx_deriving_hash
  2032. ppx_deriving_jsoo
  2033. ppx_deriving_madcast >= "0.2"
  2034. ppx_deriving_popper
  2035. ppx_deriving_protobuf >= "2.7"
  2036. ppx_deriving_qcheck
  2037. ppx_deriving_rpc >= "6.1.0"
  2038. ppx_deriving_scad
  2039. ppx_deriving_variant_string
  2040. ppx_deriving_yaml
  2041. ppx_deriving_yojson >= "3.3"
  2042. ppx_diff
  2043. ppx_disable_unused_warnings
  2044. ppx_distr_guards >= "0.2"
  2045. ppx_dream_eml
  2046. ppx_embed_file
  2047. ppx_enum
  2048. ppx_enumerate >= "v0.12.0"
  2049. ppx_expect >= "v0.12.0"
  2050. ppx_factory
  2051. ppx_fail >= "v0.12.0"
  2052. ppx_fast_pipe
  2053. ppx_fields_conv >= "v0.12.0"
  2054. ppx_fixed_literal
  2055. ppx_fun >= "0.0.9"
  2056. ppx_gen_rec >= "1.1.0"
  2057. ppx_getenv >= "2.0"
  2058. ppx_globalize
  2059. ppx_hardcaml >= "v0.17.0"
  2060. ppx_hash >= "v0.12.0"
  2061. ppx_here >= "v0.12.0"
  2062. ppx_ignore_instrumentation
  2063. ppx_import >= "1.5-3-gbd627d5"
  2064. ppx_inline_alcotest
  2065. ppx_inline_test >= "v0.12.0"
  2066. ppx_interact
  2067. ppx_irmin
  2068. ppx_jane >= "v0.12.0"
  2069. ppx_js_style >= "v0.12.0"
  2070. ppx_jsobject_conv >= "0.6.0"
  2071. ppx_jsonaf_conv
  2072. ppx_let >= "v0.12.0"
  2073. ppx_log
  2074. ppx_lun
  2075. ppx_make
  2076. ppx_map
  2077. ppx_matches
  2078. ppx_meta_conv >= "4.0.1"
  2079. ppx_minidebug
  2080. ppx_module_timer
  2081. ppx_monad
  2082. ppx_monoid >= "0.3.2"
  2083. ppx_mysql
  2084. ppx_mysql_identity
  2085. ppx_open
  2086. ppx_optcomp >= "v0.12.0"
  2087. ppx_optint
  2088. ppx_optional >= "v0.12.0"
  2089. ppx_parser
  2090. ppx_pattern_bind
  2091. ppx_pbt
  2092. ppx_pipebang >= "v0.12.0"
  2093. ppx_protocol_conv >= "3.1.0"
  2094. ppx_protocol_conv_json >= "3.1.0"
  2095. ppx_protocol_conv_jsonm
  2096. ppx_protocol_conv_msgpack >= "3.1.0"
  2097. ppx_protocol_conv_xml_light >= "3.1.0"
  2098. ppx_protocol_conv_xmlm
  2099. ppx_protocol_conv_yaml >= "3.1.0"
  2100. ppx_pyformat
  2101. ppx_python
  2102. ppx_quick_test
  2103. ppx_rapper
  2104. ppx_rapper_async
  2105. ppx_rapper_lwt
  2106. ppx_regexp >= "0.4.0"
  2107. ppx_relit
  2108. ppx_repr
  2109. ppx_seq
  2110. ppx_sexp_conv >= "v0.12.0"
  2111. ppx_sexp_message >= "v0.12.0"
  2112. ppx_sexp_value >= "v0.12.0"
  2113. ppx_show
  2114. ppx_stable
  2115. ppx_stable_witness
  2116. ppx_string
  2117. ppx_string_conv
  2118. ppx_string_interpolation
  2119. ppx_subliner
  2120. ppx_system
  2121. ppx_test >= "1.7.0"
  2122. ppx_there
  2123. ppx_tools >= "6.0+4.08.0"
  2124. ppx_tools_versioned >= "5.2.2"
  2125. ppx_trace
  2126. ppx_ts
  2127. ppx_tydi
  2128. ppx_type_directed_value
  2129. ppx_typed_fields
  2130. ppx_typerep_conv >= "v0.12.0"
  2131. ppx_tyre
  2132. ppx_units
  2133. ppx_update
  2134. ppx_variants_conv >= "v0.12.0"
  2135. ppx_viewpattern
  2136. ppx_wideopen
  2137. ppx_xml_conv >= "v0.12.0"
  2138. ppx_yojson
  2139. ppx_yojson_conv
  2140. ppx_yojson_conv_lib
  2141. ppxfind >= "1.3"
  2142. ppxlib >= "0.4.0"
  2143. ppxlib_jane
  2144. ppxx >= "2.4.0"
  2145. pratter
  2146. prbnmcn-basic-structures
  2147. prbnmcn-cgrph
  2148. prbnmcn-clustering
  2149. prbnmcn-dagger
  2150. prbnmcn-dagger-gsl
  2151. prbnmcn-dagger-stats
  2152. prbnmcn-dagger-test
  2153. prbnmcn-gnuplot
  2154. prbnmcn-linalg
  2155. prbnmcn-mcts
  2156. prbnmcn-proptest
  2157. prbnmcn-stats
  2158. prbnmcn-ucb1
  2159. prc
  2160. preface
  2161. pretty_expressive
  2162. prettym
  2163. printbox >= "0.3"
  2164. printbox-html
  2165. printbox-md
  2166. printbox-text >= "0.6.1"
  2167. proc-smaps
  2168. process_limits
  2169. processor
  2170. producer
  2171. prof_spacetime >= "0.3.0"
  2172. profiling
  2173. profunctor
  2174. progress
  2175. prom
  2176. prometheus >= "0.6"
  2177. prometheus-app >= "0.6"
  2178. prometheus-liquidsoap >= "2"
  2179. promise
  2180. promise_jsoo
  2181. promise_jsoo_lwt
  2182. protocell
  2183. protocol-9p >= "1.0.0"
  2184. protocol-9p-tool >= "1.0.0"
  2185. protocol-9p-unix >= "1.0.0"
  2186. protocol_version_header >= "v0.12.0"
  2187. provider
  2188. prr
  2189. psmt2-frontend = "0.3.0" | >= "0.4.0"
  2190. psq >= "0.1.1"
  2191. ptmap >= "2.0.5"
  2192. ptset >= "1.0.1"
  2193. pulseaudio >= "0.1.4"
  2194. pure-splitmix >= "0.3"
  2195. pvec
  2196. py >= "1.1"
  2197. pyast
  2198. pyml >= "20210924"
  2199. pyml_bindgen >= "0.3.0"
  2200. pyre-ast
  2201. pythonlib
  2202. qbf >= "0.3"
  2203. qcheck >= "0.9"
  2204. qcheck-alcotest
  2205. qcheck-core
  2206. qcheck-lin
  2207. qcheck-multicoretests-util
  2208. qcheck-ounit
  2209. qcheck-stm
  2210. qinap
  2211. qiskit
  2212. qmp >= "0.19.0"
  2213. qrencode >= "0.2"
  2214. qtest >= "2.10.1"
  2215. queenshead
  2216. quests
  2217. quick_print
  2218. quickjs
  2219. radamsa
  2220. radare2 >= "0.0.3"
  2221. randii
  2222. random
  2223. randomconv >= "0.1.1"
  2224. randoml
  2225. range >= "0.8"
  2226. rangeSet
  2227. rankers
  2228. rawlink >= "1.0"
  2229. rawlink-eio
  2230. rawlink-lwt
  2231. raygui
  2232. raylib
  2233. rdbg >= "1.196.12"
  2234. rdf >= "0.13.0"
  2235. rdf_impls
  2236. rdf_json_ld
  2237. rdf_lwt
  2238. rdf_mysql
  2239. rdf_postgresql
  2240. rdf_ppx
  2241. re >= "1.9.0"
  2242. re2 >= "v0.12.1"
  2243. re2_stable
  2244. re_parser
  2245. rea
  2246. reactiveData >= "0.3.0"
  2247. reactjs-jsx-ppx
  2248. readline
  2249. reanalyze
  2250. reason >= "3.5.0"
  2251. reason-react
  2252. reason-react-ppx
  2253. reason-standard
  2254. received
  2255. record_builder >= "v0.12.0"
  2256. records >= "1.0.0"
  2257. reddit_api_async
  2258. reddit_api_kernel
  2259. redirect
  2260. redis >= "0.4"
  2261. redis-async
  2262. redis-lwt >= "0.4"
  2263. redis-sync >= "0.4"
  2264. reed-solomon-erasure >= "1.0.2"
  2265. reedsolomon >= "0.3"
  2266. refl
  2267. regenerate >= "0.2"
  2268. regex_parser_intf
  2269. relit_helper
  2270. remu_ts
  2271. reparse
  2272. reparse-lwt
  2273. reparse-lwt-unix
  2274. reparse-unix
  2275. repr
  2276. repr-bench
  2277. repr-fuzz
  2278. res >= "5.0.1"
  2279. res_tailwindcss
  2280. rescript-syntax
  2281. reshowcase
  2282. resource-pooling >= "1.1"
  2283. resource_cache >= "v0.12.0"
  2284. resp
  2285. resp-client
  2286. resp-mirage
  2287. resp-server >= "0.9"
  2288. resp-unix
  2289. resto
  2290. resto-acl
  2291. resto-cohttp
  2292. resto-cohttp-client
  2293. resto-cohttp-self-serving-client
  2294. resto-cohttp-server
  2295. resto-directory
  2296. resto-json
  2297. result >= "1.4"
  2298. rfc1951 >= "0.8.1" & != "1.0.0"
  2299. rfc6287 >= "1.0.4"
  2300. rfc7748
  2301. rfsm >= "1.6-alpha-3"
  2302. rhythm
  2303. ringo
  2304. ringo-lwt
  2305. rio
  2306. riot
  2307. river >= "0.2"
  2308. rock
  2309. roman
  2310. root1d >= "0.5.1"
  2311. rope >= "0.6.2"
  2312. rosa
  2313. rosetta >= "0.2.0"
  2314. routes
  2315. rpc >= "6.1.0"
  2316. rpc_parallel >= "v0.12.0"
  2317. rpclib >= "6.1.0"
  2318. rpclib-async >= "6.1.0"
  2319. rpclib-html
  2320. rpclib-js
  2321. rpclib-lwt >= "6.1.0"
  2322. rsdd
  2323. rss
  2324. rtop >= "3.5.0"
  2325. rtree
  2326. rungen
  2327. runtime_events_tools
  2328. rusage
  2329. SourceCode_ASCII
  2330. SZXX
  2331. safemoney
  2332. safepass >= "3.1"
  2333. sail >= "0.15"
  2334. sail_c_backend
  2335. sail_coq_backend
  2336. sail_doc_backend
  2337. sail_latex_backend
  2338. sail_lem_backend
  2339. sail_manifest
  2340. sail_ocaml_backend
  2341. sail_output
  2342. sail_smt_backend
  2343. sail_sv_backend
  2344. salsa20 >= "1.0.0"
  2345. salsa20-core >= "1.0.0"
  2346. samplerate >= "0.1.5"
  2347. sanddb >= "0.2"
  2348. sarek >= "20210823"
  2349. sarif
  2350. satex
  2351. saturn
  2352. saturn_lockfree
  2353. satyrographos
  2354. scad_ml
  2355. scaml
  2356. scfg
  2357. scgi
  2358. scipy
  2359. scrypt-kdf >= "1.0.0"
  2360. sd_logic
  2361. sdl-liquidsoap >= "3"
  2362. search
  2363. searchTree
  2364. secp256k1 >= "0.4.1"
  2365. secp256k1-internal
  2366. sedlex >= "2.0"
  2367. sek
  2368. sel
  2369. selective
  2370. semantic_version
  2371. semaphore-compat
  2372. semv
  2373. semver >= "0.2.1"
  2374. semver2
  2375. sendmail
  2376. sendmail-lwt
  2377. sentry
  2378. seq >= "0.2" & < "base"
  2379. seqes
  2380. sequencer_table >= "v0.12.0"
  2381. serde
  2382. serde_debug
  2383. serde_derive
  2384. serde_json
  2385. serde_sexpr
  2386. serde_xml
  2387. serial
  2388. server-reason-react
  2389. session >= "0.4.1"
  2390. session-cohttp >= "0.4.1"
  2391. session-cohttp-async >= "0.4.1"
  2392. session-cohttp-lwt >= "0.4.1"
  2393. session-cookie
  2394. session-cookie-async
  2395. session-cookie-lwt
  2396. session-postgresql >= "0.4.1"
  2397. session-postgresql-async >= "0.4.1"
  2398. session-postgresql-lwt >= "0.4.1"
  2399. session-redis-lwt >= "0.4.1"
  2400. session-webmachine >= "0.4.1"
  2401. setcore >= "1.0.2"
  2402. sexp
  2403. sexp_decode
  2404. sexp_diff
  2405. sexp_diff_kernel
  2406. sexp_grammar
  2407. sexp_macro
  2408. sexp_pretty >= "v0.12.0"
  2409. sexp_select
  2410. sexp_string_quickcheck
  2411. sexplib >= "v0.12.0"
  2412. sexplib0 >= "v0.12.0"
  2413. sgf >= "1.0.1"
  2414. sha >= "1.13"
  2415. shades
  2416. shapefile
  2417. shared-block-ring >= "3.0.0"
  2418. shared-memory-ring >= "3.1.0"
  2419. shared-memory-ring-lwt >= "3.1.0"
  2420. shared-secret >= "0.4"
  2421. shell
  2422. sherlodoc
  2423. shexp >= "v0.12.0"
  2424. shine >= "0.2.2"
  2425. shuttle
  2426. shuttle_http
  2427. shuttle_ssl
  2428. shuttle_websocket
  2429. sifun
  2430. signal
  2431. sihl
  2432. sihl-cache
  2433. sihl-contract
  2434. sihl-core
  2435. sihl-email
  2436. sihl-facade
  2437. sihl-persistence
  2438. sihl-queue
  2439. sihl-session
  2440. sihl-storage
  2441. sihl-token
  2442. sihl-type
  2443. sihl-user
  2444. sihl-web
  2445. simlog
  2446. simple63
  2447. sklearn
  2448. slack
  2449. slacko >= "0.14.1"
  2450. slipshow
  2451. slug
  2452. smart-print >= "0.3.0"
  2453. smbc >= "0.5"
  2454. smol
  2455. smol-helpers
  2456. smtlib-utils
  2457. smtml
  2458. snappy >= "0.1.2"
  2459. snoke
  2460. so
  2461. sodium-fmt
  2462. solid
  2463. solid_server
  2464. solid_tools
  2465. solidity-alcotest
  2466. solidity-common
  2467. solidity-parser
  2468. solidity-test
  2469. solidity-typechecker
  2470. solo5-elftool
  2471. sortedseq_intersect
  2472. soundtouch >= "0.1.9"
  2473. soupault
  2474. spacetime_lib >= "0.3.0"
  2475. spatial-shell
  2476. spawn < "v0.9.0" | >= "v0.13.0"
  2477. spdx_licenses
  2478. spectrum
  2479. speed
  2480. speex >= "0.4.0"
  2481. spelll >= "0.4"
  2482. spices
  2483. spin
  2484. splay_tree >= "v0.12.0"
  2485. splittable_random >= "v0.12.0"
  2486. spoc >= "20210823"
  2487. spoc_ppx
  2488. spoke
  2489. spotify-web-api >= "0.2.1"
  2490. spotlib >= "4.1.0"
  2491. sqids
  2492. sqlgg >= "20200521"
  2493. sqlite3 >= "4.4.1"
  2494. sqlite3_utils
  2495. srt
  2496. ssh-agent >= "0.2.0"
  2497. ssh-agent-unix
  2498. ssl >= "0.5.6"
  2499. starpath
  2500. starred_ml
  2501. stdcompat >= "19"
  2502. stdint >= "0.6.0"
  2503. stdint-literals
  2504. stdio >= "v0.12.0"
  2505. stdlib-diff
  2506. stdlib-random
  2507. stdlib-shims
  2508. stdune
  2509. stitch
  2510. stk
  2511. stk_iconv
  2512. stog >= "0.20.0"
  2513. stog_all
  2514. stog_asy
  2515. stog_dot
  2516. stog_extern
  2517. stog_markdown
  2518. stog_multi_doc
  2519. stog_nocaml
  2520. stog_noexec
  2521. stog_plugins
  2522. stog_rdf
  2523. stog_rel_href
  2524. stog_server
  2525. stog_server_multi
  2526. stog_sitemap
  2527. stog_writing
  2528. stored_reversed
  2529. stramon-lib
  2530. streamable
  2531. streaming
  2532. string_dict >= "v0.12.0"
  2533. stringCodepointSplitter
  2534. stringext >= "1.6.0"
  2535. sturgeon >= "0.4.2"
  2536. styled-ppx
  2537. subscriptions-transport-ws
  2538. subtype-refinement >= "0.2"
  2539. sun
  2540. svmwrap
  2541. swagger >= "0.2.0"
  2542. swhid
  2543. swhid_compute
  2544. swhid_core
  2545. swhid_types
  2546. swipl
  2547. syguslib-utils
  2548. syncweb
  2549. syndic >= "1.6.0"
  2550. sys-socket
  2551. sys-socket-unix
  2552. syslog >= "2.0.1"
  2553. syslog-message >= "1.0.0"
  2554. syslog-rfc5424
  2555. systemverilog >= "0.0.2"
  2556. tablecloth-base
  2557. tablecloth-melange
  2558. tablecloth-native < "transition"
  2559. tabr
  2560. taglib >= "0.3.7"
  2561. talaria-bibtex
  2562. tar >= "1.0.0"
  2563. tar-eio
  2564. tar-mirage >= "1.0.0"
  2565. tar-unix >= "1.0.0"
  2566. tcalc
  2567. tcpip >= "3.7.0"
  2568. tdigest
  2569. teash
  2570. telemetry
  2571. telltime
  2572. tensorboard
  2573. terminal
  2574. terminal_size >= "0.1.4"
  2575. terminus
  2576. terminus-cohttp
  2577. terminus-hlc
  2578. terml
  2579. testu01
  2580. textmate-language
  2581. textrazor
  2582. textutils >= "v0.12.0"
  2583. textutils_kernel >= "v0.12.0"
  2584. textwrap >= "0.2.1"
  2585. tezos-008-PtEdo2Zk-test-helpers
  2586. tezos-009-PsFLoren-test-helpers
  2587. tezos-010-PtGRANAD-test-helpers
  2588. tezos-011-PtHangz2-test-helpers
  2589. tezos-012-Psithaca-test-helpers
  2590. tezos-013-PtJakart-test-helpers
  2591. tezos-014-PtKathma-test-helpers
  2592. tezos-accuser-006-PsCARTHA
  2593. tezos-accuser-007-PsDELPH1
  2594. tezos-accuser-008-PtEdo2Zk
  2595. tezos-accuser-008-PtEdoTez
  2596. tezos-accuser-009-PsFLoren
  2597. tezos-accuser-010-PtGRANAD
  2598. tezos-accuser-011-PtHangz2
  2599. tezos-accuser-012-Psithaca
  2600. tezos-accuser-013-PtJakart
  2601. tezos-accuser-014-PtKathma
  2602. tezos-accuser-alpha
  2603. tezos-alpha-test-helpers
  2604. tezos-baker-006-PsCARTHA
  2605. tezos-baker-007-PsDELPH1
  2606. tezos-baker-008-PtEdo2Zk
  2607. tezos-baker-008-PtEdoTez
  2608. tezos-baker-009-PsFLoren
  2609. tezos-baker-010-PtGRANAD
  2610. tezos-baker-011-PtHangz2
  2611. tezos-baker-012-Psithaca
  2612. tezos-baker-013-PtJakart
  2613. tezos-baker-014-PtKathma
  2614. tezos-baker-alpha
  2615. tezos-baking-006-PsCARTHA
  2616. tezos-baking-006-PsCARTHA-commands
  2617. tezos-baking-007-PsDELPH1
  2618. tezos-baking-007-PsDELPH1-commands
  2619. tezos-baking-008-PtEdo2Zk
  2620. tezos-baking-008-PtEdo2Zk-commands
  2621. tezos-baking-008-PtEdoTez
  2622. tezos-baking-008-PtEdoTez-commands
  2623. tezos-baking-009-PsFLoren
  2624. tezos-baking-009-PsFLoren-commands
  2625. tezos-baking-010-PtGRANAD
  2626. tezos-baking-010-PtGRANAD-commands
  2627. tezos-baking-011-PtHangz2
  2628. tezos-baking-011-PtHangz2-commands
  2629. tezos-baking-012-Psithaca
  2630. tezos-baking-012-Psithaca-commands
  2631. tezos-baking-013-PtJakart
  2632. tezos-baking-013-PtJakart-commands
  2633. tezos-baking-014-PtKathma
  2634. tezos-baking-014-PtKathma-commands
  2635. tezos-baking-015-PtLimaPt
  2636. tezos-baking-015-PtLimaPt-commands
  2637. tezos-baking-016-PtMumbai
  2638. tezos-baking-016-PtMumbai-commands
  2639. tezos-baking-017-PtNairob
  2640. tezos-baking-017-PtNairob-commands
  2641. tezos-baking-alpha
  2642. tezos-baking-alpha-commands
  2643. tezos-base
  2644. tezos-base-test-helpers
  2645. tezos-base58
  2646. tezos-benchmark >= "19.0"
  2647. tezos-bls12-381-polynomial
  2648. tezos-clic
  2649. tezos-client
  2650. tezos-client-000-Ps9mPmXa
  2651. tezos-client-001-PtCJ7pwo
  2652. tezos-client-001-PtCJ7pwo-commands
  2653. tezos-client-002-PsYLVpVv
  2654. tezos-client-002-PsYLVpVv-commands
  2655. tezos-client-003-PsddFKi3
  2656. tezos-client-003-PsddFKi3-commands
  2657. tezos-client-004-Pt24m4xi
  2658. tezos-client-004-Pt24m4xi-commands
  2659. tezos-client-005-PsBabyM1
  2660. tezos-client-005-PsBabyM1-commands
  2661. tezos-client-006-PsCARTHA
  2662. tezos-client-006-PsCARTHA-commands
  2663. tezos-client-007-PsDELPH1
  2664. tezos-client-007-PsDELPH1-commands
  2665. tezos-client-007-PsDELPH1-commands-registration
  2666. tezos-client-008-PtEdo2Zk
  2667. tezos-client-008-PtEdo2Zk-commands
  2668. tezos-client-008-PtEdo2Zk-commands-registration
  2669. tezos-client-008-PtEdoTez
  2670. tezos-client-008-PtEdoTez-commands
  2671. tezos-client-008-PtEdoTez-commands-registration
  2672. tezos-client-009-PsFLoren
  2673. tezos-client-009-PsFLoren-commands
  2674. tezos-client-009-PsFLoren-commands-registration
  2675. tezos-client-010-PtGRANAD
  2676. tezos-client-010-PtGRANAD-commands
  2677. tezos-client-010-PtGRANAD-commands-registration
  2678. tezos-client-011-PtHangz2
  2679. tezos-client-011-PtHangz2-commands
  2680. tezos-client-011-PtHangz2-commands-registration
  2681. tezos-client-012-Psithaca
  2682. tezos-client-012-Psithaca-commands
  2683. tezos-client-012-Psithaca-commands-registration
  2684. tezos-client-013-PtJakart
  2685. tezos-client-013-PtJakart-commands
  2686. tezos-client-013-PtJakart-commands-registration
  2687. tezos-client-014-PtKathma
  2688. tezos-client-015-PtLimaPt
  2689. tezos-client-016-PtMumbai
  2690. tezos-client-017-PtNairob
  2691. tezos-client-alpha
  2692. tezos-client-alpha-commands
  2693. tezos-client-alpha-commands-registration
  2694. tezos-client-base
  2695. tezos-client-base-unix
  2696. tezos-client-commands
  2697. tezos-client-demo-counter < "18.0" | >= "19.0"
  2698. tezos-client-genesis < "18.0" | >= "19.0"
  2699. tezos-client-genesis-carthagenet
  2700. tezos-client-sapling-008-PtEdo2Zk
  2701. tezos-client-sapling-008-PtEdoTez
  2702. tezos-client-sapling-009-PsFLoren
  2703. tezos-client-sapling-010-PtGRANAD
  2704. tezos-client-sapling-011-PtHangz2
  2705. tezos-client-sapling-012-Psithaca
  2706. tezos-client-sapling-013-PtJakart
  2707. tezos-client-sapling-alpha
  2708. tezos-codec
  2709. tezos-context
  2710. tezos-context-hash
  2711. tezos-context-hash-irmin
  2712. tezos-context-ops
  2713. tezos-crypto
  2714. tezos-crypto-dal
  2715. tezos-dac-client-lib >= "19.0"
  2716. tezos-dac-lib >= "19.0"
  2717. tezos-dac-node-lib >= "19.0"
  2718. tezos-dal-node-lib < "18.0" | >= "19.0"
  2719. tezos-dal-node-services < "18.0" | >= "19.0"
  2720. tezos-embedded-protocol-000-Ps9mPmXa
  2721. tezos-embedded-protocol-001-PtCJ7pwo
  2722. tezos-embedded-protocol-002-PsYLVpVv
  2723. tezos-embedded-protocol-003-PsddFKi3
  2724. tezos-embedded-protocol-004-Pt24m4xi
  2725. tezos-embedded-protocol-005-PsBABY5H
  2726. tezos-embedded-protocol-005-PsBabyM1
  2727. tezos-embedded-protocol-006-PsCARTHA
  2728. tezos-embedded-protocol-007-PsDELPH1
  2729. tezos-embedded-protocol-008-PtEdo2Zk
  2730. tezos-embedded-protocol-008-PtEdoTez
  2731. tezos-embedded-protocol-009-PsFLoren
  2732. tezos-embedded-protocol-010-PtGRANAD
  2733. tezos-embedded-protocol-011-PtHangz2
  2734. tezos-embedded-protocol-012-Psithaca
  2735. tezos-embedded-protocol-013-PtJakart
  2736. tezos-embedded-protocol-014-PtKathma
  2737. tezos-embedded-protocol-015-PtLimaPt
  2738. tezos-embedded-protocol-016-PtMumbai
  2739. tezos-embedded-protocol-017-PtNairob
  2740. tezos-embedded-protocol-alpha
  2741. tezos-embedded-protocol-demo-counter
  2742. tezos-embedded-protocol-demo-noops
  2743. tezos-embedded-protocol-genesis
  2744. tezos-embedded-protocol-genesis-carthagenet
  2745. tezos-endorser-006-PsCARTHA
  2746. tezos-endorser-007-PsDELPH1
  2747. tezos-endorser-008-PtEdo2Zk
  2748. tezos-endorser-008-PtEdoTez
  2749. tezos-endorser-009-PsFLoren
  2750. tezos-endorser-010-PtGRANAD
  2751. tezos-endorser-011-PtHangz2
  2752. tezos-endorser-alpha
  2753. tezos-error-monad
  2754. tezos-event-logging
  2755. tezos-event-logging-test-helpers
  2756. tezos-hacl < "15.0" | >= "17.1" & < "17.3"
  2757. tezos-hacl-glue
  2758. tezos-hacl-glue-unix
  2759. tezos-injector-013-PtJakart
  2760. tezos-injector-014-PtKathma
  2761. tezos-injector-015-PtLimaPt
  2762. tezos-injector-016-PtMumbai
  2763. tezos-injector-alpha
  2764. tezos-layer2-store
  2765. tezos-layer2-utils-016-PtMumbai
  2766. tezos-layer2-utils-017-PtNairob
  2767. tezos-lazy-containers
  2768. tezos-legacy-store
  2769. tezos-lmdb
  2770. tezos-lwt-result-stdlib < "15.0" | >= "17.1" & < "17.3"
  2771. tezos-mempool-006-PsCARTHA
  2772. tezos-mempool-007-PsDELPH1
  2773. tezos-mempool-008-PtEdoTez
  2774. tezos-micheline
  2775. tezos-micheline-rewriting
  2776. tezos-mockup
  2777. tezos-mockup-commands
  2778. tezos-mockup-proxy
  2779. tezos-mockup-registration
  2780. tezos-node
  2781. tezos-openapi
  2782. tezos-p2p
  2783. tezos-p2p-services
  2784. tezos-plompiler
  2785. tezos-plonk
  2786. tezos-protocol-000-Ps9mPmXa < "18.0" | >= "19.0"
  2787. tezos-protocol-001-PtCJ7pwo < "18.0" | >= "19.0"
  2788. tezos-protocol-002-PsYLVpVv < "18.0" | >= "19.0"
  2789. tezos-protocol-003-PsddFKi3 < "18.0" | >= "19.0"
  2790. tezos-protocol-004-Pt24m4xi < "18.0" | >= "19.0"
  2791. tezos-protocol-005-PsBABY5H < "18.0" | >= "19.0"
  2792. tezos-protocol-005-PsBabyM1 < "18.0" | >= "19.0"
  2793. tezos-protocol-006-PsCARTHA < "18.0" | >= "19.0"
  2794. tezos-protocol-006-PsCARTHA-parameters
  2795. tezos-protocol-007-PsDELPH1 < "18.0" | >= "19.0"
  2796. tezos-protocol-007-PsDELPH1-parameters
  2797. tezos-protocol-008-PtEdo2Zk < "18.0" | >= "19.0"
  2798. tezos-protocol-008-PtEdo2Zk-parameters
  2799. tezos-protocol-008-PtEdoTez < "18.0" | >= "19.0"
  2800. tezos-protocol-008-PtEdoTez-parameters
  2801. tezos-protocol-009-PsFLoren < "18.0" | >= "19.0"
  2802. tezos-protocol-009-PsFLoren-parameters
  2803. tezos-protocol-010-PtGRANAD < "18.0" | >= "19.0"
  2804. tezos-protocol-010-PtGRANAD-parameters
  2805. tezos-protocol-011-PtHangz2 < "18.0" | >= "19.0"
  2806. tezos-protocol-011-PtHangz2-parameters
  2807. tezos-protocol-012-Psithaca < "18.0" | >= "19.0"
  2808. tezos-protocol-012-Psithaca-parameters
  2809. tezos-protocol-013-PtJakart < "18.0" | >= "19.0"
  2810. tezos-protocol-013-PtJakart-parameters
  2811. tezos-protocol-014-PtKathma < "18.0" | >= "19.0"
  2812. tezos-protocol-015-PtLimaPt < "18.0" | >= "19.0"
  2813. tezos-protocol-016-PtMumbai < "18.0" | >= "19.0"
  2814. tezos-protocol-017-PtNairob < "18.0" | >= "19.0"
  2815. tezos-protocol-018-Proxford >= "19.0"
  2816. tezos-protocol-alpha < "18.0" | >= "19.0"
  2817. tezos-protocol-alpha-parameters
  2818. tezos-protocol-compiler
  2819. tezos-protocol-demo-counter < "18.0" | >= "19.0"
  2820. tezos-protocol-demo-noops < "18.0" | >= "19.0"
  2821. tezos-protocol-environment
  2822. tezos-protocol-environment-packer
  2823. tezos-protocol-environment-sigs
  2824. tezos-protocol-environment-structs
  2825. tezos-protocol-genesis < "18.0" | >= "19.0"
  2826. tezos-protocol-genesis-carthagenet
  2827. tezos-protocol-plugin-007-PsDELPH1
  2828. tezos-protocol-plugin-007-PsDELPH1-registerer
  2829. tezos-protocol-plugin-008-PtEdo2Zk
  2830. tezos-protocol-plugin-008-PtEdo2Zk-registerer
  2831. tezos-protocol-plugin-009-PsFLoren
  2832. tezos-protocol-plugin-009-PsFLoren-registerer
  2833. tezos-protocol-plugin-010-PtGRANAD
  2834. tezos-protocol-plugin-010-PtGRANAD-registerer
  2835. tezos-protocol-plugin-011-PtHangz2
  2836. tezos-protocol-plugin-011-PtHangz2-registerer
  2837. tezos-protocol-plugin-012-Psithaca
  2838. tezos-protocol-plugin-012-Psithaca-registerer
  2839. tezos-protocol-plugin-012-Psithaca-tests
  2840. tezos-protocol-plugin-013-PtJakart
  2841. tezos-protocol-plugin-013-PtJakart-registerer
  2842. tezos-protocol-plugin-013-PtJakart-tests
  2843. tezos-protocol-plugin-014-PtKathma
  2844. tezos-protocol-plugin-014-PtKathma-registerer
  2845. tezos-protocol-plugin-015-PtLimaPt
  2846. tezos-protocol-plugin-015-PtLimaPt-registerer
  2847. tezos-protocol-plugin-016-PtMumbai
  2848. tezos-protocol-plugin-016-PtMumbai-registerer
  2849. tezos-protocol-plugin-017-PtNairob
  2850. tezos-protocol-plugin-017-PtNairob-registerer
  2851. tezos-protocol-plugin-alpha
  2852. tezos-protocol-plugin-alpha-registerer
  2853. tezos-protocol-plugin-alpha-tests
  2854. tezos-protocol-updater
  2855. tezos-proxy
  2856. tezos-proxy-server
  2857. tezos-proxy-server-config < "18.0" | >= "19.0"
  2858. tezos-requester
  2859. tezos-rpc
  2860. tezos-rpc-http
  2861. tezos-rpc-http-client
  2862. tezos-rpc-http-client-unix
  2863. tezos-rpc-http-server
  2864. tezos-sapling
  2865. tezos-scoru-wasm
  2866. tezos-scoru-wasm-fast
  2867. tezos-scoru-wasm-helpers
  2868. tezos-shell
  2869. tezos-shell-benchmarks
  2870. tezos-shell-context
  2871. tezos-shell-context-test
  2872. tezos-shell-services
  2873. tezos-shell-services-test-helpers
  2874. tezos-signer
  2875. tezos-signer-backends
  2876. tezos-signer-services
  2877. tezos-smart-rollup-016-PtMumbai
  2878. tezos-smart-rollup-017-PtNairob
  2879. tezos-smart-rollup-alpha
  2880. tezos-smart-rollup-layer2-016-PtMumbai
  2881. tezos-smart-rollup-layer2-017-PtNairob
  2882. tezos-stdlib >= "13.0" & < "15.0" | >= "17.1" & < "17.3"
  2883. tezos-stdlib-unix
  2884. tezos-storage
  2885. tezos-store
  2886. tezos-test-helpers < "15.0" | >= "17.1" & < "17.3"
  2887. tezos-test-helpers-extra
  2888. tezos-test-services
  2889. tezos-tooling
  2890. tezos-tree-encoding
  2891. tezos-tx-rollup-013-PtJakart
  2892. tezos-tx-rollup-014-PtKathma
  2893. tezos-tx-rollup-015-PtLimaPt
  2894. tezos-tx-rollup-alpha
  2895. tezos-tx-rollup-client-013-PtJakart
  2896. tezos-tx-rollup-client-014-PtKathma
  2897. tezos-tx-rollup-client-alpha
  2898. tezos-tx-rollup-node-013-PtJakart
  2899. tezos-tx-rollup-node-014-PtKathma
  2900. tezos-tx-rollup-node-alpha
  2901. tezos-validation
  2902. tezos-validator
  2903. tezos-version
  2904. tezos-wasmer >= "17.1" & < "17.3"
  2905. tezos-webassembly-interpreter
  2906. tezos-webassembly-interpreter-extra
  2907. tezos-workers
  2908. tezt
  2909. tezt-bam
  2910. tezt-tezos != "18.1"
  2911. theora >= "0.4.0"
  2912. thread-local-storage
  2913. thread-table
  2914. thrift >= "0.10.0"
  2915. tidy >= "5-0.2"
  2916. tidy_email
  2917. tidy_email_mailgun
  2918. tidy_email_sendgrid
  2919. tidy_email_smtp
  2920. tilde_f
  2921. time_now
  2922. timed >= "1.1"
  2923. timedesc
  2924. timedesc-json
  2925. timedesc-sexp
  2926. timedesc-tzdb
  2927. timedesc-tzlocal
  2928. timedesc-tzlocal-js
  2929. timere
  2930. timere-parse
  2931. timezone
  2932. timmy
  2933. timmy-jsoo
  2934. timmy-unix
  2935. tiny_httpd
  2936. tiny_httpd_camlzip
  2937. tip-parser >= "0.4"
  2938. tldr
  2939. tls >= "0.11.0"
  2940. tls-async
  2941. tls-eio
  2942. tls-liquidsoap
  2943. tls-lwt
  2944. tls-mirage
  2945. toc
  2946. tofn
  2947. togglelog
  2948. toml >= "5.0.0"
  2949. toml-cconv
  2950. toml_cconv
  2951. toplevel_backend
  2952. toplevel_expect_test >= "v0.12.0"
  2953. topojson
  2954. topojsone
  2955. topological_sort >= "v0.12.0"
  2956. torch
  2957. tqdm
  2958. trace
  2959. trace-fuchsia
  2960. trace-tef
  2961. tracing
  2962. tracy-client
  2963. trail
  2964. traits
  2965. trampoline
  2966. transept
  2967. traverse
  2968. travesty != "0.6.1"
  2969. travis-opam >= "1.5.0"
  2970. trax >= "0.4.0"
  2971. tree_layout >= "0.2"
  2972. treeprint >= "2.3.0"
  2973. trexio
  2974. trie >= "1.0.0"
  2975. tsdl-image >= "0.3.0"
  2976. tsdl-mixer >= "0.3.0"
  2977. tsdl-ttf >= "0.3"
  2978. tsort
  2979. tty
  2980. tube >= "4.4.0"
  2981. tuntap >= "1.7.0"
  2982. twostep
  2983. tyabt
  2984. type_eq
  2985. type_id
  2986. typeid
  2987. typerep >= "v0.12.0"
  2988. typeset
  2989. tyre >= "0.5"
  2990. tyxml >= "4.3.0"
  2991. tyxml-jsx
  2992. tyxml-lwd
  2993. tyxml-ppx >= "4.3.0"
  2994. tyxml-syntax
  2995. u2f
  2996. ubase
  2997. ubpf >= "0.2"
  2998. uecc >= "0.3"
  2999. uint >= "2.0.1"
  3000. ulid
  3001. um-abt
  3002. unidecode
  3003. unionFind
  3004. unisim_archisec
  3005. unison >= "2.51.4" & < "2.53.4"
  3006. universal-portal
  3007. universo
  3008. unix-errno >= "0.6.0"
  3009. unstrctrd
  3010. uopt
  3011. uri >= "2.2.0"
  3012. uri-bench
  3013. uri-re
  3014. uri-sexp
  3015. uring
  3016. uritemplate
  3017. urn
  3018. user-agent-parser
  3019. username_kernel
  3020. uspf
  3021. uspf-lwt
  3022. uspf-unix
  3023. utop >= "2.3.0"
  3024. uuuu >= "0.1.1"
  3025. validate
  3026. validator
  3027. variantslib >= "v0.12.0"
  3028. varray
  3029. vcaml
  3030. vcardgen >= "1.2"
  3031. vchan >= "4.0.0"
  3032. vchan-unix >= "4.0.0"
  3033. vchan-xen >= "4.0.0"
  3034. vdom
  3035. vec
  3036. vector
  3037. vector3 >= "1.0.0"
  3038. vendredi
  3039. vercel
  3040. versioned_polling_state_rpc
  3041. vhd-format >= "0.12.0"
  3042. vhd-format-lwt >= "0.12.0"
  3043. virtual_dom >= "v0.12.0"
  3044. virtual_dom_toplayer
  3045. visitors >= "20200207"
  3046. vlq >= "0.2.1"
  3047. vlt
  3048. vmnet >= "1.3.2"
  3049. vocal
  3050. voqc
  3051. vorbis >= "0.8.0"
  3052. vpt >= "5.0.0"
  3053. vscoq-language-server
  3054. vue-jsoo
  3055. vue-ppx
  3056. wall >= "0.4"
  3057. wasmer
  3058. wasmtime
  3059. wayland
  3060. waylaunch
  3061. wcwidth
  3062. webauthn
  3063. weberizer >= "0.8"
  3064. webmachine >= "0.6.2"
  3065. websocket >= "2.12"
  3066. websocket-async >= "2.12"
  3067. websocket-lwt >= "2.12"
  3068. websocket-lwt-unix
  3069. websocketaf
  3070. webtest >= "2.0.0"
  3071. webtest-js
  3072. weevil
  3073. why3find
  3074. wikitext
  3075. win-error >= "1.0"
  3076. win-eventlog >= "0.3"
  3077. winsvc
  3078. ws
  3079. ws-server
  3080. wseg
  3081. wtf8 >= "1.0.2"
  3082. wtr
  3083. wtr-ppx
  3084. wu-manber-fuzzy-search
  3085. x509 >= "0.6.3"
  3086. xapi-backtrace >= "0.7"
  3087. xapi-inventory >= "1.2.1"
  3088. xapi-rrd >= "1.8.2"
  3089. xapi-stdext-date
  3090. xapi-stdext-encodings
  3091. xapi-stdext-pervasives
  3092. xapi-stdext-std
  3093. xapi-stdext-threads
  3094. xapi-stdext-unix
  3095. xapi-stdext-zerocheck
  3096. xcursor
  3097. xdg
  3098. xdg-basedir
  3099. xen-evtchn >= "2.1.0"
  3100. xen-evtchn-unix >= "2.1.0"
  3101. xen-gnt >= "3.1.0"
  3102. xen-gnt-unix >= "3.1.0"
  3103. xenstore >= "2.1.0"
  3104. xenstore_transport >= "1.1.0"
  3105. xmelly
  3106. xml-light >= "2.5"
  3107. xmldiff >= "0.7.0"
  3108. xmldiff_js
  3109. xmlplaylist >= "0.1.5"
  3110. xoshiro
  3111. xtmpl >= "0.19.0"
  3112. xtmpl_js
  3113. xtmpl_ppx
  3114. yaml >= "1.0.0"
  3115. yaml-sexp
  3116. yara >= "0.2"
  3117. yocaml
  3118. yocaml_cmark
  3119. yocaml_git
  3120. yocaml_jingoo
  3121. yocaml_markdown
  3122. yocaml_mustache
  3123. yocaml_syndication
  3124. yocaml_unix
  3125. yocaml_yaml
  3126. yojson >= "1.5.0"
  3127. yojson-bench
  3128. yojson-five
  3129. yurt >= "0.6"
  3130. yuscii >= "0.2.1"
  3131. yuujinchou
  3132. zanuda
  3133. zar
  3134. zarith-ppx
  3135. zarith_stubs_js
  3136. zed >= "2.0"
  3137. zeit
  3138. zelus
  3139. zelus-gtk
  3140. zipperposition >= "1.5.1"
  3141. zipperposition-tools
  3142. zlib >= "0.6"
  3143. zlist >= "0.4.0"
  3144. zmq >= "5.1.0"
  3145. zmq-async >= "5.1.0"
  3146. zmq-eio
  3147. zmq-lwt >= "5.1.0"
  3148. zstandard >= "v0.12.1"
  3149. zstd >= "0.3"
  3150. zxcvbn >= "2.3+2"

Conflicts (7)

  1. jbuilder = "transition"
  2. js_of_ocaml-compiler < "3.6.0"
  3. dune-release < "1.3.0"
  4. odoc < "2.0.1"
  5. dune-configurator < "2.3.0"
  6. ocaml-lsp-server < "1.3.0"
  7. merlin < "3.4.0"
OCaml

Innovation. Community. Security.