package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.12.1.tbz
sha256=b9fd6560879f9d340ae8a87c967b0d2bcd3c4120cffcd9fb661f325078f74f6f
sha512=1a4159d18a7aee0ca9f53f176955a41f5a6d83b16885e7f6ac47326453572df74a87f21f4ceddb8d2e94e00f61d2ba5ca6dba299679968f1d151d2811dcd2014

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 Nov 2023

README

Dune

A Composable Build System for OCaml

Main Workflow Release Coverage License Contributors

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

Issues Discussions Discuss OCaml Discord

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" & < "5.3"

Dev Dependencies

None

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