package dune

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

dune-3.6.2.tbz
sha256=b6d4ab848efb04aa2a325d0015d32ed4414ed7130ec7aa12f98158eff445cf3c
sha512=d0dd69ada2f1583319a2d6f679b8d49998059117c3258805ee69ae3e71d47bfab7a9c646f19b5fc43a6ccdef934eb87de5bb81205fcd60968bed8bf1790cf0a3

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 supports multi-package development by simply dropping multiple repositories into the same directory.

It 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: 07 Feb 2023

README

Dune - A Composable Build System

Dune is a build system designed for OCaml/Reason projects only. It focuses on providing the user with a consistent experience and takes care of most low-level details of OCaml compilations. It's merely necessary to provide a description of your project, and Dune will do the rest.

It 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.

Main workflow AppVeyor status Release

Overview

Dune reads project metadata from dune files, which are either static files in a simple S-expression syntax or OCaml scripts. 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 low 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. You don't need make or bash, as long as the packages themselves don't use bash explicitly.

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

Take n repositories that use Dune and arrange them in any way on the file system. The result is still a single repository that Dune knows how to build at once.

This make simultaneous development on multiple packages trivial.

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

Building 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.

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 about Dune, you can send an email to ocaml-core@googlegroups.com or open a ticket on GitHub.

Migration from Jbuilder

Dune was formerly known as Jbuilder. Migration from Jbuilder to Dune is described in the manual.

Status

Dune is fairly stable and used by the majority of packages on Opam. Note that Dune retains backward compatibility with Jbuilder, and in particular, existing Jbuilder projects will continue to be buildable with Dune.

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